Skip to content

Commit

Permalink
fix: update npm test script
Browse files Browse the repository at this point in the history
  • Loading branch information
owenvoke committed Feb 3, 2021
1 parent c8a851e commit 15b18c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ jobs:
- name: Install npm dependencies
run: npm i

- name: PHPUnit Testing
- name: Run tests
run: npm test
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@
"scripts": {
"lint": "standard \"src/**/*.js\" --fix",
"test:lint": "standard \"src/**/*.js\"",
"test": [
"npm run test:lint"
]
"test": "npm run test:lint"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 15b18c4

Please sign in to comment.