Skip to content

Commit 33759b6

Browse files
committed
build: fix npm scripts
1 parent 3851620 commit 33759b6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,8 @@
4444
"compress": "uglifyjs dist/jquery-cropper.js -o dist/jquery-cropper.min.js -c -m --comments /^!/",
4545
"lint": "eslint src/js --fix",
4646
"release": "npm run clear && npm run lint && npm run build && npm run compress && npm test",
47-
"start": "npm-run-all --parallel watch:*",
48-
"test": "karma start test/karma.conf.js",
49-
"watch": "rollup -c -m -w"
47+
"start": "rollup -c -m -w",
48+
"test": "karma start test/karma.conf.js"
5049
},
5150
"devDependencies": {
5251
"@commitlint/cli": "^6.1.3",

0 commit comments

Comments
 (0)