Skip to content

Commit a20b49b

Browse files
committed
chore: remove npm ad
1 parent 4a7fcf9 commit a20b49b

File tree

2 files changed

+2
-34
lines changed

2 files changed

+2
-34
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,13 @@
3636
"pub": "node antd-tools/cli/run.js pub",
3737
"pub-with-ci": "node antd-tools/cli/run.js pub-with-ci",
3838
"prepublish": "node antd-tools/cli/run.js guard",
39-
"pre-publish": "node ./scripts/prepub",
39+
"pre-publish": "node ./scripts/prepub && npm run generator-webtypes",
4040
"prettier": "prettier -c --write '**/*'",
4141
"pretty-quick": "pretty-quick",
4242
"dist": "node --max_old_space_size=6144 antd-tools/cli/run.js dist",
4343
"lint": "eslint -c ./.eslintrc --fix --ext .jsx,.js,.vue,.ts,.tsx ./components",
4444
"lint:style": "stylelint \"{site,components}/**/*.less\" --syntax less",
45-
"codecov": "codecov",
46-
"postinstall": "node scripts/postinstall || echo \"ignore\""
45+
"codecov": "codecov"
4746
},
4847
"repository": {
4948
"type": "git",

scripts/postinstall.js

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)