Skip to content

Commit 0dfef34

Browse files
authored
fix npm test to npm run test
1 parent 7836a52 commit 0dfef34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
node-version: '18.x'
2525
- run: npm install
26-
- run: npm test
26+
- run: npm run test
2727
deploy:
2828
needs: test
2929
permissions:

0 commit comments

Comments
 (0)