Skip to content
This repository has been archived by the owner on Oct 14, 2022. It is now read-only.

Commit

Permalink
fix: angular example scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
enten committed Sep 22, 2018
1 parent a292899 commit d1da758
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"scripts": {
"ng": "ng",
"prestart": "npm run build:prod",
"start": "node $npm_package_main",
"build": "ng run ng-universal:udk",
"build:prod": "ng run ng-universal:udk:production",
"dev": "ng-udkc",
"start": "node ./dist/app/server/main.js",
"build": "ng run angular:udk",
"build:prod": "ng run angular:udk:production",
"dev": "ng-udkc --project angular:udk",
"dev:spa": "ng serve --hmr",
"test": "ng test",
"lint": "ng lint",
Expand Down

0 comments on commit d1da758

Please sign in to comment.