@galante/gui-test
v1.0.12
Published
Documents: * https://docs.npmjs.com/getting-started * How to Publish & Update a Package - https://docs.npmjs.com/getting-started/publishing-npm-packages * How to use Semantic Versioning - https://docs.npmjs.com/getting-started/semantic-versioning
Downloads
17
Readme
Documents:
- https://docs.npmjs.com/getting-started
- How to Publish & Update a Package - https://docs.npmjs.com/getting-started/publishing-npm-packages
- How to use Semantic Versioning - https://docs.npmjs.com/getting-started/semantic-versioning
npm version <update_type> where <update_type> is one of the semantic versioning release types, patch, minor, or major.
then npm publish
##Babel You will probably have to create a babelrc file in your test folder. You already runs babel 7 in your project there should be good changes that you dont need to create the file.
##Send CLI arguments send parameters via npm script "scripts": { "test": "node ./test/index.js --environment dev --language dk", },
send arguments to npm script npm test -- --environment dev -- --language dk
The two examples above will do the same