Skip to content

Commit

Permalink
Fix clean script for data-transfer
Browse files Browse the repository at this point in the history
  • Loading branch information
Convly committed Jan 25, 2023
1 parent b23bba9 commit e72d2a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/data-transfer/package.json
Expand Up @@ -30,7 +30,7 @@
"build": "yarn build:ts",
"build:ts": "tsc -p tsconfig.json",
"build:clean": "yarn clean && yarn build",
"clean": "rimraf ./dist",
"clean": "rimraf ./lib",
"prepublishOnly": "yarn build:clean",
"test:unit": "jest --verbose",
"watch": "yarn build:ts -w --preserveWatchOutput"
Expand Down

0 comments on commit e72d2a0

Please sign in to comment.