Fix yarn dev script (#1186)

* Fix yarn dev script

* Removed yarn dev

* Update bootstrap
This commit is contained in:
cdce8p 2018-05-18 21:17:50 +02:00 committed by Paulus Schoutsen
parent 059eda861e
commit 34ec3e0ae5
2 changed files with 0 additions and 10 deletions

View File

@ -9,7 +9,6 @@
"scripts": {
"clean": "rm -rf build/* build-temp/* build-es5/* build-temp-es5/* build-translations/*",
"build": "script/build_frontend",
"dev": "npm run gulp ru_all gen-service-worker",
"lint_js": "eslint src hassio/src test-mocha",
"lint_html": "polymer lint",
"mocha": "node_modules/.bin/mocha --opts test-mocha/mocha.opts",

View File

@ -8,12 +8,3 @@ cd "$(dirname "$0")/.."
# Install node modules
yarn install
# Install bower web components. Allow to download the components as root since the user in docker is root.
./node_modules/.bin/bower install --allow-root
# Generate all needed files.
script/build_frontend
# Build files that need to be generated to run development mode
yarn dev