We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccb2376 commit bd3d37bCopy full SHA for bd3d37b
1 file changed
package.json
@@ -10,8 +10,9 @@
10
"module.js"
11
],
12
"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"
+ "build": "standard module.js && node ./node_modules/rollup/dist/bin/rollup -c",
+ "test": "yarn run build && node test/test.js --verbose",
15
+ "precommit": "yarn run build && node test/test.js && git add index.js"
16
},
17
"repository": {
18
"type": "git",
0 commit comments