Skip to content

Commit

Permalink
fix: add server script to package files
Browse files Browse the repository at this point in the history
  • Loading branch information
kyubisation committed Nov 23, 2020
1 parent f052ecd commit d11e37f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"scripts": {
"ng": "ng",
"start": "ng serve",
"clean": "rimraf coverage {bin,builders,schematics}/**/index.{js,d.ts}",
"clean": "rimraf coverage {bin,builders,schematics,server}/**/index.{js,d.ts}",
"build": "npm run build:ng && npm run build:node",
"build:ng": "ng build --prod",
"build:node": "rollup --config rollup.config.js",
Expand All @@ -41,7 +41,7 @@
"url": "https://github.com/kyubisation/angular-t9n/issues"
},
"files": [
"{bin,builders,schematics}/**/*.{json,js,d.ts}",
"{bin,builders,schematics,server}/**/*.{json,js,d.ts}",
"server/client/*",
"!tsconfig.json"
],
Expand Down

0 comments on commit d11e37f

Please sign in to comment.