Skip to content

Commit

Permalink
copy script
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Weichart committed Sep 20, 2022
1 parent 4bcfeb5 commit 467b0e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Empty file modified copy_to_vault.sh
100644 → 100755
Empty file.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"description": "Automatically find and link notes in Obsidian",
"main": "main.js",
"scripts": {
"build": "wasm-pack build --target web && rollup --config rollup.config.js"
"build": "wasm-pack build --target web && rollup --config rollup.config.js",
"build:copy": "npm run build && ./copy_to_vault.sh ~/Desktop/Obs"
},
"keywords": [],
"author": "",
Expand Down

0 comments on commit 467b0e7

Please sign in to comment.