fix data-transfer build cmd

This commit is contained in:
Alexandre Bodin 2023-09-11 11:02:00 +02:00
parent c9e30ed738
commit ad9def07c2

View File

@ -28,7 +28,7 @@
"types": "./dist/index.d.ts",
"scripts": {
"build": "run -T tsc -p tsconfig.build.json",
"build:ts": "build",
"build:ts": "run build",
"clean": "rimraf ./dist",
"prepublishOnly": "yarn clean && yarn build",
"test:unit": "run -T jest",