Skip to content

Commit

Permalink
update pre-release action
Browse files Browse the repository at this point in the history
  • Loading branch information
dinhlongviolin1 committed Apr 18, 2023
1 parent 974dddf commit bc87231
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/prerelease-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,12 @@ jobs:
- name: Install node_modules
run: npm ci --include=dev

- name: Install md-preview dependencies
working-directory: ./markdownPreview
run: npm run inst-ci

- name: Build the package
run: npm run package
run: npm run build-publish

- name: Publish
run: npm run prerelease-deploy
Expand Down

0 comments on commit bc87231

Please sign in to comment.