Skip to content

Commit

Permalink
publish studio-gui (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
dinhlongviolin1 authored Apr 18, 2023
1 parent 4e8a0e8 commit 974dddf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,13 @@ 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 deploy
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
"compile": "webpack",
"watch": "webpack --watch",
"package": "webpack --mode production --devtool hidden-source-map && vsce package",
"build-publish": "cd markdownPreview && npm run prod && cd .. && npm run package",
"compile-tests": "tsc -p . --outDir out",
"watch-tests": "tsc -p . -w --outDir out",
"pretest": "npm run compile-tests && npm run compile && npm run lint",
Expand Down

0 comments on commit 974dddf

Please sign in to comment.