Skip to content

Commit

Permalink
Added publish npm script/hook to ensure runtime gets built when ref…
Browse files Browse the repository at this point in the history
…erenced as a git repo (#239)

* Update package.json
  • Loading branch information
axmmisaka authored Oct 14, 2023
1 parent b81e1ce commit 9798f65
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 @@ -36,7 +36,7 @@
"clean": "npx rimraf lib",
"doc": "typedoc --out docs src/index.ts && touch docs/.nojekyll",
"format": "npx prettier --write src",
"prepublishOnly": "npm run clean && npm run build",
"prepare": "npm run clean && npm run build",
"test": "jest --coverage",
"lint": "npx eslint './src/**/*'"
},
Expand Down

0 comments on commit 9798f65

Please sign in to comment.