Skip to content

Commit

Permalink
ci: update step to avoid compilation errors
Browse files Browse the repository at this point in the history
  • Loading branch information
brewcoua committed Jun 13, 2024
1 parent 1e34ad8 commit f8d5687
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ jobs:
- name: Build
run: bun run build

- name: Compile
run: bun run compile

build-node:
name: Build (node)
runs-on: ubuntu-latest
Expand All @@ -69,6 +66,7 @@ jobs:
run: npm run build:lib

publish:
name: Publish
needs: [build-bun, build-node]
runs-on: ubuntu-latest
permissions:
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
"build": "npx rollup -c rollup.cli.mjs",
"build:watch": "npx rollup -c rollup.cli.mjs -w",
"build:lib": "npx rollup -c rollup.lib.mjs && npx api-extractor run --local",
"compile": "bun build ./dist/webwisp.js --compile --outfile=./dist/webwisp -e playwright -e openai",
"format": "npx prettier --write ./src/**/*.ts",
"lint": "npx eslint ./src/**/*.ts"
},
Expand Down

0 comments on commit f8d5687

Please sign in to comment.