Remove prepublish build step, handled in CI

This commit is contained in:
rijkvanzanten
2021-07-15 14:23:48 -04:00
parent ddab55d190
commit f60deb9ca2
11 changed files with 8 additions and 16 deletions

View File

@@ -7,7 +7,6 @@
"scripts": {
"build": "node build.js",
"dev": "npm-watch build",
"prepublishOnly": "npm run build",
"dev:site": "vuepress dev",
"build:site": "vuepress build"
},