Skip to content

Commit 20ef788

Browse files
author
Maximilian Heinz
committed
fix(karma tests): remove karma-local
1 parent ef9ecdf commit 20ef788

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"saucelabs": "karma start",
6868
"karma-local": "karma start local.karma.conf.js",
6969
"prebuild": "cat src/lory.js src/jquery.plugin.js > src/jquery.lory.js",
70-
"build": "npm run lint && webpack && npm run karma-local",
70+
"build": "npm run lint && webpack",
7171
"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",
7272
"postbuild": "npm run uglify && cp -r dist/* demo/js/",
7373
"start": "webpack-dev-server",

0 commit comments

Comments
 (0)