Skip to content

Commit

Permalink
Revert to using the test script
Browse files Browse the repository at this point in the history
  • Loading branch information
rivernate committed Jul 18, 2024
1 parent 379cfb9 commit a29f050
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
node-version: 11
cache: 'npm'
- run: npm install
- run: npm run ci
- run: npm run test
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
"node": ">=0.12.0"
},
"scripts": {
"ci": "gulp all && gulp mocha:closure",
"test": "gulp && git status | grep 'working tree clean' >/dev/null || (echo 'Please commit all changes generated by building'; exit 1)"
},
"babel": {
Expand Down

0 comments on commit a29f050

Please sign in to comment.