Skip to content

Commit

Permalink
fix ci issue 3
Browse files Browse the repository at this point in the history
  • Loading branch information
octoape committed Aug 21, 2024
1 parent cf5bcdc commit e13f16a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/compileAndRuntime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'

- run: npm ci
- run: npm ci --registry=https://registry.npmjs.org/
- run: npm run build

- name: restore example2
working-directory: ./example2
run: npm ci
run: npm ci --registry=https://registry.npmjs.org/

# test esm build-time
- name: build build-example2
Expand All @@ -36,7 +36,7 @@ jobs:

- name: restore example
working-directory: ./example
run: npm ci
run: npm ci --registry=https://registry.npmjs.org/
# test cjs runtime
- name: runtime and api test example
working-directory: ./example
Expand Down

0 comments on commit e13f16a

Please sign in to comment.