diff options
| author | Fuwn <[email protected]> | 2021-05-09 23:02:31 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-05-09 23:02:31 -0700 |
| commit | 4239c67d3950bf5fb53517427d16f591a9eb4226 (patch) | |
| tree | 77b9bee010e070dcebb206e34667c0d5eba5c862 | |
| parent | Merge branch 'main' of https://github.com/Whirlsplash/site (diff) | |
| download | site-4239c67d3950bf5fb53517427d16f591a9eb4226.tar.xz site-4239c67d3950bf5fb53517427d16f591a9eb4226.zip | |
fix(actions): run keyword when running npm scripts
| -rw-r--r-- | .github/workflows/check.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 56c83c5..01f9f0a 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -22,4 +22,4 @@ jobs: node-version: ${{ matrix.node-version }} - name: Check 🙋♀️ - run: npm build + run: npm run build |