Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Commit 3aa5564

Browse files
Splaktarjelbourn
authored andcommitted
build: update package.json script to use yarn (#636)
Fixes #627
1 parent 362737f commit 3aa5564

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
"license": "MIT",
55
"angular-cli": {},
66
"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",
99
"lint": "tslint -p src/tsconfig.json",
10-
"test": "npm run build-themes && ng test",
10+
"test": "yarn build-themes && ng test",
1111
"pree2e": "webdriver-manager update",
1212
"e2e": "protractor",
1313
"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",
15+
"postinstall": "webdriver-manager update --gecko false && yarn build-themes",
1616
"publish-prod": "bash ./tools/deploy.sh stable prod",
1717
"publish-dev": "bash ./tools/deploy.sh",
1818
"publish-beta": "bash ./tools/deploy.sh stable beta"

0 commit comments

Comments
 (0)