Skip to content

Commit

Permalink
add some npm scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
arshaw committed Apr 1, 2019
1 parent ed73877 commit 63e86c3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build": "npm run build:demo && npm run build:lib",
"build:demo": "ng build fullcalendar-demo",
"build:lib": "ng build fullcalendar && node build.js",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"ci": "npm run e2e && npm run build:lib"
"ci": "npm run e2e && npm run build",
"clean": "rm -rf dist"
},
"private": true,
"dependencies": {
Expand Down

0 comments on commit 63e86c3

Please sign in to comment.