Skip to content

Commit

Permalink
chore: build project with project references
Browse files Browse the repository at this point in the history
  • Loading branch information
mizdra committed Jan 18, 2025
1 parent 29e5c08 commit 66d4347
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/codegen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
}
},
"scripts": {
"build": "tsc -p tsconfig.build.json",
"build": "tsc -b tsconfig.build.json",
"dev": "npm run build && cd ../../example && node ../packages/codegen/bin/hcm.mjs"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/language-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"private": true,
"main": "./dist/index.js",
"scripts": {
"build": "tsc -p tsconfig.build.json"
"build": "tsc -b tsconfig.build.json"
},
"engines": {
"node": ">=22.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"private": true,
"main": "./dist/index.js",
"scripts": {
"build": "tsc -p tsconfig.build.json"
"build": "tsc -b tsconfig.build.json"
},
"engines": {
"node": ">=22.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/ts-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"private": true,
"main": "./dist/index.js",
"scripts": {
"build": "tsc -p tsconfig.build.json"
"build": "tsc -b tsconfig.build.json"
},
"engines": {
"node": ">=22.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"private": true,
"main": "./dist/index.js",
"scripts": {
"build": "tsc -p tsconfig.build.json"
"build": "tsc -b tsconfig.build.json"
},
"engines": {
"vscode": "^1.77.0"
Expand Down

0 comments on commit 66d4347

Please sign in to comment.