mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01: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/.",
|
||||
"start": "NODE_ENV=development webpack-dev-server --config webpack.config.js --progress --colors --port 3000",
|
||||
"lint": "eslint . --ext=js,jsx",
|
||||
"test": "echo 'no test'",
|
||||
"test": "npm run build",
|
||||
"test:ci": "npm run test",
|
||||
"prepublish": "npm run build"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user