Skip to content

Commit 8fe80ab

Browse files
committed
fix(build): fix AOT issues when building for production
See angular/angular-cli#7113. Additionally, remove no longer needed fix to yarn issue (yarnpkg/yarni#3485).
1 parent 4687055 commit 8fe80ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"private": true,
1919
"scripts": {
20-
"postinstall": "npm rebuild node-sass",
20+
"postinstall": "npm install [email protected]",
2121
"ng": "ng",
2222
"start": "ng serve",
2323
"build": "ng build",

0 commit comments

Comments
 (0)