Skip to content

Commit

Permalink
fix: Add prepublishOnly command to build package
Browse files Browse the repository at this point in the history
  • Loading branch information
EntraptaJ committed May 17, 2020
1 parent b1f1562 commit 5607728
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
],
"scripts": {
"test": "echo TODO",
"prepublishOnly": "npm run build",
"build": "node --loader @k-foss/ts-esnode --experimental-modules --experimental-specifier-resolution=node ./bin/build.ts",
"start:debug": "node --loader @k-foss/ts-esnode --experimental-modules --harmony-optional-chaining --experimental-specifier-resolution=node --harmony-top-level-await ./",
"prettier": "prettier --config .prettierrc --check \"src/**/*ts\" \"bin/**/*.ts\"",
Expand Down

0 comments on commit 5607728

Please sign in to comment.