Skip to content

Commit b73389b

Browse files
committed
chore: update build script
1 parent 767fe7b commit b73389b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

toolkit/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"scripts": {
1515
"generate": "node scripts/generate-swagger.js",
16-
"build": "tsc && cp -r src/locales dist/"
16+
"build:toolkit": "ls -la src/api/ && tsc && cp -r src/locales dist/"
1717
},
1818
"files": [
1919
"dist"
@@ -33,4 +33,4 @@
3333
"@types/fs-extra": "^9.0.13",
3434
"@types/node": "^17.0.22"
3535
}
36-
}
36+
}

0 commit comments

Comments
 (0)