Skip to content

Commit

Permalink
chore(package.json): update npm script
Browse files Browse the repository at this point in the history
  • Loading branch information
exuanbo committed Aug 30, 2020
1 parent 1d5152d commit 4d44289
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"test": "test"
},
"scripts": {
"test": "eslint 'index.js' && mocha",
"test": "mocha",
"pretest": "rollup -c",
"build": "rimraf index.es.js && npm test"
"build": "rimraf dist && npm test"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 4d44289

Please sign in to comment.