Skip to content

Commit

Permalink
fix: add missing prepublish npm script
Browse files Browse the repository at this point in the history
  • Loading branch information
urish committed Jul 14, 2017
1 parent f16402e commit a4f36e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@
"test": "tslint src/*.ts --exclude=src/*.d.ts && ngc && jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"test:debug": "node --inspect-brk --inspect ./node_modules/jest/bin/jest.js --runInBand"
"test:debug": "node --inspect-brk --inspect ./node_modules/jest/bin/jest.js --runInBand",
"prepublish": "ngc && copyfiles -f src/*.js src/*.js.map src/*.d.ts src/*.metadata.json ."
},
"repository": {
"type": "git",
Expand Down

0 comments on commit a4f36e4

Please sign in to comment.