We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
prepare
pretest
dist/
1 parent b4cd9f5 commit b30a882Copy full SHA for b30a882
package.json
@@ -18,7 +18,9 @@
18
},
19
"scripts": {
20
"build": "rollup -c",
21
+ "prepare": "npm run build",
22
"prepublishOnly": "npm run build",
23
+ "pretest": "npm run build",
24
"test": "for file in $(find examples -name '*.js' -type f | sort); do echo 'Running' \"$file\"; if node \"$file\" > /dev/null 2>&1; then echo 'Success'; else echo 'Failed'; fi; done"
25
26
"repository": {
0 commit comments