File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 1414 "format:fix:lint" : " cross-env-shell eslint --fix $npm_package_scriptsArgs_eslint" ,
1515 "format:check-fix:prettier" : " run-e format:check:prettier format:fix:prettier" ,
1616 "format:check:prettier" : " cross-env-shell prettier --check $npm_package_scriptsArgs_prettier" ,
17- "format:fix:prettier" : " cross-env-shell prettier --write $npm_package_scriptsArgs_prettier" ,
18- "publish" : " git push origin && git push origin --tags" ,
19- "release:patch" : " npm version patch && npm publish" ,
20- "release:minor" : " npm version minor && npm publish" ,
21- "release:major" : " npm version major && npm publish"
17+ "format:fix:prettier" : " cross-env-shell prettier --write $npm_package_scriptsArgs_prettier"
2218 },
2319 "scriptsArgs" : {
2420 "eslint" : " --ignore-path .gitignore --cache --format=codeframe --max-warnings=0 \" tests/**/*.js\" \" *.js\" " ,
You can’t perform that action at this time.
0 commit comments