Browse Source

DRAFT,FIX: module is uninstallable

Since the "prepare" script is executed both during first install
as well during publish.
It is likely that this step trys to execute another module/script
that is expected within the repo before it is downloaded.
master
chris 3 weeks ago
parent
commit
29f4de58de
  1. 1
      package.json

1
package.json

@ -11,7 +11,6 @@
"/src" "/src"
], ],
"scripts": { "scripts": {
"prepare": "npm run build",
"postinstall": "node build.js true", "postinstall": "node build.js true",
"generate": "node build.js true", "generate": "node build.js true",
"build": "npm run generate", "build": "npm run generate",

Loading…
Cancel
Save