mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Fix yarn dev script (#1186)
* Fix yarn dev script * Removed yarn dev * Update bootstrap
This commit is contained in:
parent
059eda861e
commit
34ec3e0ae5
@ -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",
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user