Skip to content

Commit

Permalink
Run build on prepare again
Browse files Browse the repository at this point in the history
This still seems to cause trouble though, see
npm/cli#1865
  • Loading branch information
fwcd committed Jan 12, 2023
1 parent 857719a commit f5194ee
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 @@ -9,7 +9,7 @@
"scripts": {
"build": "tsc -b tsconfig.json",
"watch": "tsc -b tsconfig.json -w",
"prepack": "npm run build",
"prepare": "npm run build",
"generate-docs": "typedoc"
},
"author": "fwcd",
Expand Down

0 comments on commit f5194ee

Please sign in to comment.