We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
./lib/index.js
package.json
/node_modules/.bin/webpack
npm build
npm start
npm publish
Once this is done (make sure building works fine first!):
[email protected]
npm publish --tag beta
The text was updated successfully, but these errors were encountered:
package.json: set lib/index.js as the entry script (#1)
458ca57
package.json: add scripts (#1)
511af0d
added clean, build, lint, test, test:cov and prepublish, and added relevant dependencies
melamity
No branches or pull requests
./lib/index.js
as entry script inpackage.json
package.json
(see redux-undo as an example)/node_modules/.bin/webpack
forpackage.json
build commands)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!):
[email protected]
vianpm publish --tag beta
[email protected]
vianpm publish
The text was updated successfully, but these errors were encountered: