mirror of
https://github.com/janishutz/color-thief.git
synced 2025-11-25 13:54:25 +00:00
fixes npm script command syntax
This commit is contained in:
@@ -30,9 +30,9 @@
|
||||
"scripts": {
|
||||
"build": "microbundle --no-sourcemap; node ./build/build.js",
|
||||
"watch": "microbundle watch --no-sourcemap",
|
||||
"dev": " ./node_modules/http-server/bin/http-server",
|
||||
"test": "mocha; ./node_modules/.bin/cypress run --config video=false",
|
||||
"test:browser": "./node_modules/.bin/cypress open",
|
||||
"dev": "http-server",
|
||||
"test": "mocha && cypress run --config video=false",
|
||||
"test:browser": "cypress open",
|
||||
"test:node": "mocha"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user