Skip to content

Commit

Permalink
fix: make work in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
etowahadams committed Dec 8, 2023
1 parent 4ede054 commit 2d54b2e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 20
- uses: pnpm/action-setup@v2
- run: pnpm install
- run: pnpm build-editor
env:
Expand All @@ -37,6 +38,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- uses: pnpm/action-setup@v2
- run: pnpm install
- run: |
pnpm build-types # typecheck
Expand All @@ -55,6 +57,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 20
- uses: pnpm/action-setup@v2
- run: pnpm install
- name: ESLint
run: pnpm eslint src/ editor/
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy-editor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 20
- uses: pnpm/action-setup@v2
- run: pnpm install
- run: pnpm build-editor
env:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
with:
node-version: 20
registry-url: https://registry.npmjs.org/
- uses: pnpm/action-setup@v2
- run: pnpm
- run: pnpm build
- run: pnpm publish
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"main": "dist/gosling.js",
"module": "dist/gosling.js",
"types": "dist/src/index.d.ts",
"packageManager": "pnpm@8.6.11",
"files": [
"dist"
],
Expand Down

0 comments on commit 2d54b2e

Please sign in to comment.