mirror of
https://github.com/Unleash/unleash.git
synced 2025-05-26 01:17:00 +02:00
test should run build until we have actual tests
This commit is contained in:
parent
9b96f0490d
commit
109fe8302b
@ -28,7 +28,7 @@
|
|||||||
"build:html": "cp public/*.* dist/.",
|
"build:html": "cp public/*.* dist/.",
|
||||||
"start": "NODE_ENV=development webpack-dev-server --config webpack.config.js --progress --colors --port 3000",
|
"start": "NODE_ENV=development webpack-dev-server --config webpack.config.js --progress --colors --port 3000",
|
||||||
"lint": "eslint . --ext=js,jsx",
|
"lint": "eslint . --ext=js,jsx",
|
||||||
"test": "echo 'no test'",
|
"test": "npm run build",
|
||||||
"test:ci": "npm run test",
|
"test:ci": "npm run test",
|
||||||
"prepublish": "npm run build"
|
"prepublish": "npm run build"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user