Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,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
2 changes: 2 additions & 0 deletions 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",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

build actually includes transpile, types, and bundle... so it's likely redundant here.

"release": "beachball publish -y --tag latest",
"test": "lage test --verbose",
"lint": "lage lint",
Expand Down
Loading