aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-05-09 23:02:31 -0700
committerFuwn <[email protected]>2021-05-09 23:02:31 -0700
commit4239c67d3950bf5fb53517427d16f591a9eb4226 (patch)
tree77b9bee010e070dcebb206e34667c0d5eba5c862
parentMerge branch 'main' of https://github.com/Whirlsplash/site (diff)
downloadsite-4239c67d3950bf5fb53517427d16f591a9eb4226.tar.xz
site-4239c67d3950bf5fb53517427d16f591a9eb4226.zip
fix(actions): run keyword when running npm scripts
-rw-r--r--.github/workflows/check.yml2
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