Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: upgrade to Angular 9 #1140

Merged
merged 9 commits into from
Mar 23, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
build: enable production mode
  • Loading branch information
yggg committed Mar 4, 2020
commit dc3c2b91e1189df7a0de5d86fbbebed88eb8b4f3
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"ng": "ng",
"start": "ng serve",
"build:demo": "ng build demo --aot --prod",
"build:lib": "ng build ng2-smart-table",
"build:lib": "ng build ng2-smart-table --prod",
"build:ci": "npm run build:demo && npm run build:lib",
"docs:gh-pages": "npm run build:demo -- --base-href '/ng2-smart-table/' && ngh --dir ./dist/demo",
"test": "ng test",
Expand Down