Skip to content

Commit

Permalink
fix(grid): fix build by removing build:global (#2417)
Browse files Browse the repository at this point in the history
  • Loading branch information
luckydrq authored Nov 10, 2021
1 parent 4c6cd33 commit 0d78006
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/grid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,10 @@
"npm": ">=3.0.0"
},
"scripts": {
"build": "rimraf -rf lib esm dist && npm run build:cjs && npm run build:esm && npm run build:umd && npm run build:global",
"build": "rimraf -rf lib esm dist && npm run build:cjs && npm run build:esm && npm run build:umd",
"build:cjs": "tsc --project tsconfig.build.json",
"build:esm": "tsc --project tsconfig.build.json --module es2015 --outDir esm",
"build:umd": "rollup --config",
"build:global": "ts-node ../../scripts/build-global"
"build:umd": "rollup --config"
},
"peerDependencies": {
"typescript": "^4.1.0"
Expand Down

0 comments on commit 0d78006

Please sign in to comment.