-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
- configure
./lib/index.js
as entry script inpackage.json
- add commands to
package.json
(see redux-undo as an example) - use local webpack version (
/node_modules/.bin/webpack
forpackage.json
build commands) - it should deal with
npm build
,npm start
(builds and runs) andnpm publish
(on prepublish: build, run linter and tests)
Once this is done (make sure building works fine first!):
- publish
[email protected]
vianpm publish --tag beta
- publish
[email protected]
vianpm publish
Metadata
Metadata
Assignees
Labels
No labels