Skip to content

Commit

Permalink
Only build types in CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
frankdejonge committed Jan 1, 2025
1 parent 787d04d commit 46ebc28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"scripts": {
"build": "npm run compile -ws --if-present && npm run patch -ws --if-present",
"build:only": "npm run compile -ws --if-present",
"build:only": "npm run compile:types -ws --if-present",
"clean:build": "npm run clean && npm run build",
"watch": "concurrently npm:watch:*",
"watch:file-storage": "npm run watch -w ./packages/file-storage",
Expand Down

0 comments on commit 46ebc28

Please sign in to comment.