Skip to content

Commit d7f92d2

Browse files
committed
change ng path
1 parent eedfe0f commit d7f92d2

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

src/main/frontend/package.json

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
"version": "0.0.0",
44
"license": "MIT",
55
"scripts": {
6-
"ng": "ng",
7-
"start": "ng serve --proxy-config proxy.conf.json",
8-
"build": "ng build",
9-
"test": "ng test",
10-
"lint": "ng lint",
11-
"e2e": "ng e2e"
6+
"ng": "./node_modules/@angular/cli/bin/ng",
7+
"start": "./node_modules/@angular/cli/bin/ng serve --proxy-config proxy.conf.json",
8+
"build": "./node_modules/@angular/cli/bin/ng build",
9+
"test": "./node_modules/@angular/cli/bin/ng test",
10+
"lint": "./node_modules/@angular/cli/bin/ng lint",
11+
"e2e": "./node_modules/@angular/cli/bin/ng e2e"
1212
},
1313
"private": true,
1414
"dependencies": {
@@ -17,8 +17,6 @@
1717
"@angular/compiler": "^4.3.2",
1818
"@angular/core": "^4.3.2",
1919
"@angular/forms": "^4.3.2",
20-
"@angular/common/http": "^4.3.2",
21-
"@angular/material": "^2.0.0-beta.8",
2220
"@angular/platform-browser": "^4.3.2",
2321
"@angular/platform-browser-dynamic": "^4.3.2",
2422
"@angular/router": "^4.3.2",

0 commit comments

Comments
 (0)