1
0
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:
ivaosthu 2016-12-29 12:45:51 +01:00
parent 9b96f0490d
commit 109fe8302b

View File

@ -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"
},