Skip to content

Commit

Permalink
chore: move ui-kit prepare to build script (RocketChat#31557)
Browse files Browse the repository at this point in the history
  • Loading branch information
sampaiodiego committed Jan 27, 2024
1 parent 969d589 commit 08df231
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/ui-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
"access": "public"
},
"scripts": {
"build": "run-s .:build:clean .:build:esm .:build:cjs",
"build": "run-s .:build:prepare .:build:clean .:build:esm .:build:cjs",
".:build:prepare": "ts-patch install && typia patch",
".:build:clean": "rimraf dist",
".:build:esm": "tsc -p tsconfig.json",
".:build:cjs": "tsc -p tsconfig-cjs.json",
"lint": "eslint . --ext .ts,.tsx",
"test": "jest",
"prepare-bkp": "ts-patch install && typia patch"
"test": "jest"
},
"devDependencies": {
"@babel/core": "~7.21.4",
Expand Down

0 comments on commit 08df231

Please sign in to comment.