Skip to content

Commit

Permalink
Don't build on install
Browse files Browse the repository at this point in the history
  • Loading branch information
groupsky committed May 3, 2019
1 parent cedf7c9 commit 21b50b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ You can [help translate](https://poeditor.com/join/project/9RT5wSkZCP) the proje
Initialize the containers
```
npm install
npm run build
docker-compose up
docker-compose run web npm run seed
```
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"build:css": "lessc --clean-css --source-map --source-map-less-inline client/styles/main.less public/css/main.css",
"build:css:watch": "watch 'npm run build:css' client/styles",
"build": "npm run build:css && npm run build:js",
"postinstall": "bower install --allow-root && npm run build",
"postinstall": "bower install --allow-root",
"prestart": "npm run migrate",
"migrate": "npm run sq -- db:migrate",
"seed": "npm run sq -- db:seed",
Expand Down

0 comments on commit 21b50b1

Please sign in to comment.