Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pushstate server #4

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
pushstate-server - Fix script
  • Loading branch information
paucls committed Aug 31, 2017
commit 7b1f16d4f5b0e799c0fc031763f544bee98f3618
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"license": "MIT",
"scripts": {
"ng": "ng",
"heroku-prebuild": "npm install -g pushstate-serve",
"heroku-prebuild": "npm install -g pushstate-server",
"heroku-postbuild": "ng build --prod",
"start": "pushstate-serve ./dist 8080",
"start": "pushstate-server ./dist 8080",
"start:dev": "ng serve",
"build": "ng build",
"test": "ng test --single-run --code-coverage",
Expand Down