Skip to content

Commit

Permalink
fix: 修改actions
Browse files Browse the repository at this point in the history
  • Loading branch information
liujuntao committed Oct 24, 2024
1 parent 8f734eb commit 379757c
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,12 @@ jobs:
node-version: '18'

- name: Install dependencies
run: npm ci
run: yarn install

- name: List project structure
run: tree -L 3

- name: Build project
run: npm run build
run: npm run package

- name: List build contents
run: ls -R build

- name: Create Release
id: create_release
Expand Down

0 comments on commit 379757c

Please sign in to comment.