Skip to content

Commit

Permalink
fix: revert import antd/next on demand (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
anyuxuan authored Jul 25, 2019
1 parent 64f964c commit f015449
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/antd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"npm": ">=3.0.0"
},
"scripts": {
"build": "node ./build.js"
"build": "tsc --declaration"
},
"devDependencies": {
"antd": "^3.14.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"npm": ">=3.0.0"
},
"scripts": {
"build": "node ./build.js"
"build": "tsc"
},
"peerDependencies": {
"@alifd/next": "^1.13.1",
Expand Down

0 comments on commit f015449

Please sign in to comment.