mirror of
https://github.com/yildbs/obsidian-harada-method-plugin.git
synced 2026-07-22 07:40:28 +00:00
release -> build
This commit is contained in:
parent
961314d6bf
commit
02c3d1943c
2 changed files with 1 additions and 2 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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": [],
|
||||
|
|
|
|||
Loading…
Reference in a new issue