File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 10
10
"license" : " license-checker --onlyAllow 'Apache-2.0; Apache License, Version 2.0; BSD; BSD-2-Clause; BSD-3-Clause; ISC; MIT; Unlicense; WTFPL; CC-BY-3.0; CC0-1.0' --production" ,
11
11
"lint" : " yarn flow && eslint . && eclint check $(git ls-files) && markdownlint README.md" ,
12
12
"prepublish" : " in-publish && yarn lint && yarn code:build || not-in-publish" ,
13
- "release:major" : " changelog -M && git commit -a -m 'docs: updated CHANGELOG.md' && yarn version major && git push origin && git push origin --tags" ,
14
- "release:minor" : " changelog -m && git commit -a -m 'docs: updated CHANGELOG.md' && yarn version minor && git push origin && git push origin --tags" ,
15
- "release:patch" : " changelog -p && git commit -a -m 'docs: updated CHANGELOG.md' && yarn version patch && git push origin && git push origin --tags" ,
13
+ "release:major" : " changelog -M && git commit -a -m 'docs: updated CHANGELOG.md' && yarn version -- major && git push origin && git push origin --tags" ,
14
+ "release:minor" : " changelog -m && git commit -a -m 'docs: updated CHANGELOG.md' && yarn version -- minor && git push origin && git push origin --tags" ,
15
+ "release:patch" : " changelog -p && git commit -a -m 'docs: updated CHANGELOG.md' && yarn version -- patch && git push origin && git push origin --tags" ,
16
16
"start" : " yarn code:build && cross-env NODE_PATH=$NODE_PATH:.. BABEL_ENV=registry babel-node build/verdaccio.js" ,
17
17
"code:build" : " cross-env BABEL_ENV=registry babel src/ --out-dir build/ --copy-files --ignore ___tests___ --source-maps" ,
18
18
"code:docker-build" : " cross-env BABEL_ENV=registry-docker babel src/ --out-dir build/ --copy-files --ignore ___tests___ --source-maps" ,
You can’t perform that action at this time.
0 commit comments