Skip to content

Commit e54bc3c

Browse files
committed
fix(ci): update shared package path in build script
1 parent 700d7f8 commit e54bc3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"format": "prettier --write \"**/*.{ts,tsx,js,jsx,json,md}\"",
1414
"format:check": "prettier --check \"**/*.{ts,tsx,js,jsx,json,md}\"",
1515
"typecheck": "pnpm -r typecheck",
16-
"build": "tsc -b packages/shared nodejs-autospace/resource-service nodejs-autospace/api-gateway"
16+
"build": "tsc -b nodejs-autospace/packages/shared nodejs-autospace/resource-service nodejs-autospace/api-gateway"
1717
},
1818
"devDependencies": {
1919
"@commitlint/cli": "^20.2.0",

0 commit comments

Comments
 (0)