release -> build

This commit is contained in:
illo.yoon 2023-04-29 00:05:20 +09:00
parent 961314d6bf
commit 02c3d1943c
2 changed files with 1 additions and 2 deletions

View file

@ -22,7 +22,7 @@ jobs:
id: build
run: |
yarn
yarn run release
yarn run build
# Create the release on github
- name: Create Release
id: create_release

View file

@ -7,7 +7,6 @@
"dev": "node esbuild.config.mjs",
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
"version": "node version-bump.mjs && git add manifest.json versions.json",
"release": "cross-env BUILD=production obsidian-plugin build src/main.ts"
},
"keywords": [],