Skip to content

Commit

Permalink
fix(config): correct compilationMode to partial
Browse files Browse the repository at this point in the history
  • Loading branch information
pubuzhixing8 committed Sep 27, 2021
1 parent 1d41741 commit bdd4641
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"scripts": {
"ng": "ng",
"start": "ng serve demo",
"build": "ng build slate-angular && cpx \"./packages/src/**/*.scss\" ./dist/",
"build": "ng build slate-angular --configuration production && cpx \"./packages/src/**/*.scss\" ./dist/",
"build:demo": "ng build demo --configuration production",
"pub": "npm run build && cd dist && npm publish --access public",
"patch": "cd packages && npm version patch",
Expand Down
4 changes: 3 additions & 1 deletion packages/tsconfig.lib.prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@
"compilerOptions": {
"declarationMap": false
},
"angularCompilerOptions": {}
"angularCompilerOptions": {
"compilationMode": "partial"
}
}

0 comments on commit bdd4641

Please sign in to comment.