Skip to content

Commit 9798f65

Browse files
authored
Added publish npm script/hook to ensure runtime gets built when referenced as a git repo (#239)
* Update package.json
1 parent b81e1ce commit 9798f65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"clean": "npx rimraf lib",
3737
"doc": "typedoc --out docs src/index.ts && touch docs/.nojekyll",
3838
"format": "npx prettier --write src",
39-
"prepublishOnly": "npm run clean && npm run build",
39+
"prepare": "npm run clean && npm run build",
4040
"test": "jest --coverage",
4141
"lint": "npx eslint './src/**/*'"
4242
},

0 commit comments

Comments
 (0)