Skip to content

Commit

Permalink
removed profile
Browse files Browse the repository at this point in the history
  • Loading branch information
nikbabchenko committed Jan 6, 2018
1 parent 8465460 commit d3e37b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 0 additions & 1 deletion Procfile

This file was deleted.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@
"scripts": {
"_heroku": "https://www.angularonrails.com/deploy-rails-application-angular-cli-webpack-front-end/",
"ng": "ng",
"start": "ng serve",
"start": "http-server dist/",
"build": "ng build --aot --prod --build-optimizer",
"build:server": "ng serve --aot --prod --build-optimizer",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
"e2e": "ng e2e",
"preinstall": "npm install -g http-server",
"postinstall": "ng build --target=production"
},
"private": true,
"dependencies": {
Expand Down

0 comments on commit d3e37b1

Please sign in to comment.