6 Matching Annotations
- May 2021
-
docs.npmjs.com docs.npmjs.com
Tags
Annotators
URL
-
- Sep 2020
-
github.com github.com
-
I pushed the build files & tested it in my environment so this should work as is.
-
- Aug 2019
-
stackoverflow.com stackoverflow.com
-
I found adding a "prepare": "npm run build" to scripts fixed all my problems.
-
-
-
instead of prepublish, you'll need to use prepare, but this is otherwise as you'd expect.
-
-
docs.npmjs.com docs.npmjs.com
-
prepare: Run both BEFORE the package is packed and published, on local npm install without any arguments, and when installing git dependencies
-