We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 700d7f8 commit e54bc3cCopy full SHA for e54bc3c
1 file changed
package.json
@@ -13,7 +13,7 @@
13
"format": "prettier --write \"**/*.{ts,tsx,js,jsx,json,md}\"",
14
"format:check": "prettier --check \"**/*.{ts,tsx,js,jsx,json,md}\"",
15
"typecheck": "pnpm -r typecheck",
16
- "build": "tsc -b packages/shared nodejs-autospace/resource-service nodejs-autospace/api-gateway"
+ "build": "tsc -b nodejs-autospace/packages/shared nodejs-autospace/resource-service nodejs-autospace/api-gateway"
17
},
18
"devDependencies": {
19
"@commitlint/cli": "^20.2.0",
0 commit comments