Skip to content

Commit 62a4255

Browse files
committed
ci: remove prepublish scripts
1 parent af5fb22 commit 62a4255

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
"test:cypress": "cypress run",
1111
"test:e2e": "start-test http-get://localhost:8080 test:cypress",
1212
"prod-start": "node server.js",
13-
"postinstall": "node scripts/gen-texturepack-files.mjs",
14-
"prepublishOnly": "npm run build"
13+
"postinstall": "node scripts/gen-texturepack-files.mjs"
1514
},
1615
"keywords": [
1716
"prismarine",

0 commit comments

Comments
 (0)