Skip to content

Commit

Permalink
fix(create-efx): run build script before publish to NPM (#465)
Browse files Browse the repository at this point in the history
Co-authored-by: Sarin Udompanish <sarin.udompanish2@lseg.com>
  • Loading branch information
Sarin-Udompanish and Sarin Udompanish authored Sep 26, 2022
1 parent 7389657 commit f7098b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/create-efx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
},
"scripts": {
"build": "tsc",
"build:watch": "tsc --watch"
"build:watch": "tsc --watch",
"prepublishOnly": "npm run build"
},
"devDependencies": {
"@types/chalk": "^2.2.0",
Expand Down

0 comments on commit f7098b6

Please sign in to comment.