Skip to content

Commit 25cca73

Browse files
authored
chore: update prepublishOnly
1 parent 381636f commit 25cca73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"generator-webtypes": "tsc -p antd-tools/generator-types/tsconfig.json && node antd-tools/generator-types/index.js",
3636
"pub": "node --max_old_space_size=8192 antd-tools/cli/run.js pub",
3737
"pub-with-ci": "node antd-tools/cli/run.js pub-with-ci",
38-
"prepublish": "node antd-tools/cli/run.js guard",
38+
"prepublishOnly": "node antd-tools/cli/run.js guard",
3939
"pre-publish": "node ./scripts/prepub && npm run generator-webtypes",
4040
"prettier": "prettier -c --write '**/*'",
4141
"pretty-quick": "pretty-quick",

0 commit comments

Comments
 (0)