Skip to content

Commit bd3d37b

Browse files
committed
Try this script stuff once more
1 parent ccb2376 commit bd3d37b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@
1010
"module.js"
1111
],
1212
"scripts": {
13-
"test": "standard module.js && node ./node_modules/rollup/dist/bin/rollup -c && mvt --verbose",
14-
"precommit": "standard module.js && node ./node_modules/rollup/dist/bin/rollup -c && mvt --verbose && git add index.js"
13+
"build": "standard module.js && node ./node_modules/rollup/dist/bin/rollup -c",
14+
"test": "yarn run build && node test/test.js --verbose",
15+
"precommit": "yarn run build && node test/test.js && git add index.js"
1516
},
1617
"repository": {
1718
"type": "git",

0 commit comments

Comments
 (0)