You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: material.angular.io/material.angular.io/material.angular.io/material.angular.io/material.angular.io/package.json
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -4,15 +4,15 @@
4
4
"license": "MIT",
5
5
"angular-cli": {},
6
6
"scripts": {
7
-
"start": "npm run build-themes && ng serve",
8
-
"start-jit": "npm run build-themes && ng serve --aot=false",
7
+
"start": "yarn build-themes && ng serve",
8
+
"start-jit": "yarn build-themes && ng serve --aot=false",
9
9
"lint": "tslint -p src/tsconfig.json",
10
-
"test": "npm run build-themes && ng test",
10
+
"test": "yarn build-themes && ng test",
11
11
"pree2e": "webdriver-manager update",
12
12
"e2e": "protractor",
13
13
"build-themes": "bash ./tools/build-themes.sh",
14
-
"prod-build": "npm run build-themes && ng build --aot --prod",
15
-
"postinstall": "webdriver-manager update --gecko false && npm run build-themes",
14
+
"prod-build": "yarn build-themes && ng build --aot --prod",
0 commit comments