Skip to content

Commit

Permalink
Add build:selfhost target for quick validation
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyvv committed Dec 16, 2024
1 parent cfe55db commit 626b6b6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,6 @@ jobs:
env:
BACKFILL_CACHE_PROVIDER: ${{ secrets.backfill_cache_provider }}
BACKFILL_CACHE_PROVIDER_OPTIONS: ${{ secrets.backfill_cache_provider_options }}

- name: Selfhost Build, Test, Lint
run: yarn ci:selfhost
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,12 @@
},
"scripts": {
"build": "lage transpile types build bundle",
"build:selfhost": "node packages/lage/dist/lage.js transpile types build bundle",
"watch": "lage transpile isolatedTypes --no-cache --verbose --unstable-watch",
"change": "beachball change",
"checkchange": "beachball check",
"ci": "lage transpile types build test lint bundle",
"ci:selfhost": "node packages/lage/dist/lage.js transpile types build test lint bundle",
"release": "beachball publish -y --tag latest",
"test": "lage test --verbose",
"lint": "lage lint",
Expand Down Expand Up @@ -57,4 +59,4 @@
]
},
"packageManager": "[email protected]"
}
}

0 comments on commit 626b6b6

Please sign in to comment.