fix: layout props inject
Showing
| ... | @@ -20,9 +20,8 @@ | ... | @@ -20,9 +20,8 @@ |
| "lint-fix": "eslint --fix src/ -c .eslintrc.js --ext .tsx,.ts", | "lint-fix": "eslint --fix src/ -c .eslintrc.js --ext .tsx,.ts", | ||
| "compile": "vc-tools run compile", | "compile": "vc-tools run compile", | ||
| "test": "cross-env NODE_ENV=test jest --config .jest.js", | "test": "cross-env NODE_ENV=test jest --config .jest.js", | ||
| "prepublishOnly": "npm run lint && npm run generate && npm run compile && npm run test", | "prepublishOnly": "npm run lint && npm run compile && npm run test", | ||
| "generate": "rimraf src/icons && cross-env TS_NODE_PROJECT=scripts/tsconfig.json node -r ts-node/register scripts/generate.ts --target=icon", | "postcompile": "npm run clean" | ||
| "postcompile": "npm run clean && cross-env TS_NODE_PROJECT=scripts/tsconfig.json node -r ts-node/register scripts/generate.ts --target=entry" | |||
| }, | }, | ||
| "peerDependencies": { | "peerDependencies": { | ||
| "ant-design-vue": ">=2.0.0", | "ant-design-vue": ">=2.0.0", | ||
| ... | ... |
scripts/utils.js
deleted
100644 → 0
src/insert-css.ts
deleted
100644 → 0
Please register or sign in to comment