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
I have in config
"scripts": { "api": "documentation build *.js -f md -o api.md", "spell": "yarn api && yaspeller-ci *.md", "clean": "rimraf api.md coverage/", "test": "jest --coverage && eslint-ci . && size-limit && yarn spell" },
and in project:
"scripts": { "api": "documentation build *.js -f md -o api.md", "spell": "yarn api && yaspeller-ci *.md", "clean": "rimraf api.md coverage/", "test": "jest --coverage && eslint-ci . && size-limit && yarn spell", "start": "parcel serve test/demo/index.html -d test/demo/build --open" },
When I updated the config, my start script was removed
start
The text was updated successfully, but these errors were encountered:
feat(sharec): add strategy for package.json fields
f36749c
test(sharec): add additional tests for package.json scripts section fix(sharec): update snapshots and incorrect test-suites names closes issues #46 #47
No branches or pull requests
I have in config
and in project:
When I updated the config, my
start
script was removedThe text was updated successfully, but these errors were encountered: