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.
1 parent 08db590 commit e02a540Copy full SHA for e02a540
package.json
@@ -50,6 +50,7 @@
50
"build-assets": "cp -R ./src/assets ./lib/",
51
"build-clean": "rm -rf ./lib/",
52
"lint": "eslint test src",
53
+ "prepare": "npm run build",
54
"test-raw": "mocha $npm_package_options_mocha 'test/**/*.test.js'",
55
"test": "npm run lint && npm run build && npm run test-raw"
56
},
0 commit comments