Build command

This commit is contained in:
Mo Bitar
2018-09-23 17:43:43 -05:00
parent a160bb57cf
commit 8b3ee60bdc
2 changed files with 1 additions and 4 deletions

View File

@@ -60,9 +60,6 @@ This repo contains the core code used in the web app, as well as the Electron-ba
**Instructions:** **Instructions:**
1. Clone the repo 1. Clone the repo
1. `bundle install`
1. `npm install`
1. `bundle exec rake bower:install`
1. `npm run build` 1. `npm run build`
1. `rails s` 1. `rails s`

View File

@@ -6,7 +6,7 @@
"url": "https://github.com/standardnotes/web" "url": "https://github.com/standardnotes/web"
}, },
"scripts": { "scripts": {
"build": "grunt", "build": "bundle install && npm install && bundle exec rake bower:install && grunt",
"submodules": "git submodule update --init --force --remote", "submodules": "git submodule update --init --force --remote",
"test": "karma start karma.conf.js --single-run" "test": "karma start karma.conf.js --single-run"
}, },