Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sywhb committed Jun 19, 2023
1 parent c19e894 commit b3627e8
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 9 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: 16
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Build
Expand Down
3 changes: 2 additions & 1 deletion esbuild.config.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import esbuild from "esbuild";
import process from "process";
import builtins from 'builtin-modules'
import builtins from 'builtin-modules';

const banner =
`/*
Expand Down Expand Up @@ -31,6 +31,7 @@ esbuild.build({
'@lezer/common',
'@lezer/highlight',
'@lezer/lr',
'out-of-character',
...builtins],
format: 'cjs',
watch: !prod,
Expand Down
29 changes: 21 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b3627e8

Please sign in to comment.