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 authored Sep 7, 2018
1 parent 8ac9a8a commit f22219f
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 @@ -22,7 +22,7 @@
"scripts": {
"format": "webmat",
"generate-types": "gen-typescript-declarations --deleteExisting --outDir . --verify",
"prepack": "npm run generate-types"
"prepare": "npm run generate-types"
},
"version": "3.0.0",
"author": "The Polymer Authors",
Expand Down

0 comments on commit f22219f

Please sign in to comment.