Skip to content

Commit a46e1ed

Browse files
authored
Update package.json
1 parent 01567a0 commit a46e1ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"license": "MIT",
55
"scripts": {
66
"ng": "ng",
7-
"start": "./node_modules/.bin/ng serve --proxy-config ./proxy.json",
8-
"server": "./node_modules/.bin/ts-node -P ./server/server.tsconfig.json ./server/server.ts",
7+
"start": "ng serve --proxy-config ./proxy.json",
8+
"server": "ts-node -P ./server/server.tsconfig.json ./server/server.ts",
99
"build": "ng build",
1010
"test": "ng test",
1111
"lint": "ng lint",

0 commit comments

Comments
 (0)