We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8617dff commit 86823ccCopy full SHA for 86823cc
package.json
@@ -16,7 +16,12 @@
16
"format:fix:lint": "cross-env-shell eslint --fix $npm_package_config_eslint",
17
"format:check-fix:prettier": "run-e format:check:prettier format:fix:prettier",
18
"format:check:prettier": "cross-env-shell prettier --check $npm_package_config_prettier",
19
- "format:fix:prettier": "cross-env-shell prettier --write $npm_package_config_prettier"
+ "format:fix:prettier": "cross-env-shell prettier --write $npm_package_config_prettier",
20
+ "prepublishOnly": "run-s prepublishOnly:*",
21
+ "prepublishOnly:checkout": "git checkout main",
22
+ "prepublishOnly:pull": "git pull",
23
+ "prepublishOnly:install": "npm ci",
24
+ "prepublishOnly:test": "npm test"
25
},
26
"repository": {
27
"type": "git",
0 commit comments