Skip to content

Commit 4d44289

Browse files
committed
chore(package.json): update npm script
1 parent 1d5152d commit 4d44289

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
"test": "test"
99
},
1010
"scripts": {
11-
"test": "eslint 'index.js' && mocha",
11+
"test": "mocha",
1212
"pretest": "rollup -c",
13-
"build": "rimraf index.es.js && npm test"
13+
"build": "rimraf dist && npm test"
1414
},
1515
"repository": {
1616
"type": "git",

0 commit comments

Comments
 (0)