Skip to content

Commit

Permalink
Move type generation from prepack to prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
aomarks committed Sep 7, 2018
1 parent 5290b83 commit 104e3e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"lint": "gulp lint",
"generate-types": "gen-typescript-declarations --outDir . --deleteExisting --verify",
"regen-package-lock": "rm -rf node_modules package-lock.json; npm install",
"prepack": "npm run generate-types"
"prepare": "npm run generate-types"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 104e3e5

Please sign in to comment.