We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef9ecdf commit 20ef788Copy full SHA for 20ef788
1 file changed
package.json
@@ -67,7 +67,7 @@
67
"saucelabs": "karma start",
68
"karma-local": "karma start local.karma.conf.js",
69
"prebuild": "cat src/lory.js src/jquery.plugin.js > src/jquery.lory.js",
70
- "build": "npm run lint && webpack && npm run karma-local",
+ "build": "npm run lint && webpack",
71
"uglify": "uglifyjs dist/lory.js -o dist/lory.min.js --compress --mangle && uglifyjs dist/jquery.lory.js -o dist/jquery.lory.min.js --compress --mangle",
72
"postbuild": "npm run uglify && cp -r dist/* demo/js/",
73
"start": "webpack-dev-server",
0 commit comments