Skip to content

Commit d166423

Browse files
committed
Remove "prepublishOnly" script from package.json
package will be built in GitHub Actions(workflow).
1 parent 2228ac9 commit d166423

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
"start:watch": "nodemon --watch src --ext ts --exec ts-node src/main.ts",
1616
"build": "tsc",
1717
"test": "jest",
18-
"prepublishOnly": "npm run build",
1918
"clean": "rm dist/*",
2019
"upgrade-interactive": "npm-check --update",
2120
"csb:test": "npm test -- --watchAll"

0 commit comments

Comments
 (0)