Skip to content

Commit

Permalink
chore: remove prepare script from ui-kit (#31555)
Browse files Browse the repository at this point in the history
  • Loading branch information
sampaiodiego authored Jan 26, 2024
1 parent 61a655f commit 969d589
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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 prepare .:build:clean .:build:esm .:build:cjs",
"build": "run-s .:build:clean .:build:esm .:build:cjs",
".: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": "ts-patch install && typia patch"
"prepare-bkp": "ts-patch install && typia patch"
},
"devDependencies": {
"@babel/core": "~7.21.4",
Expand Down

0 comments on commit 969d589

Please sign in to comment.