mirror of
https://github.com/strapi/strapi.git
synced 2025-12-27 23:24:03 +00:00
fix data-transfer build cmd
This commit is contained in:
parent
c9e30ed738
commit
ad9def07c2
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user