mirror of
https://github.com/philips/supernote-obsidian-plugin.git
synced 2026-07-22 09:50:25 +00:00
10 lines
No EOL
337 B
Bash
10 lines
No EOL
337 B
Bash
#!/bin/bash
|
|
# Copy the built plugin in to the Sample vault.
|
|
# Should be run from the Git Repo Root.
|
|
|
|
set -euo pipefail
|
|
|
|
cp main.js manifest.json styles.css \
|
|
sample-vault/Supernote-Plugin-Demo/.obsidian/plugins/supernote-obsidian-plugin
|
|
|
|
touch sample-vault/Supernote-Plugin-Demo/.obsidian/plugins/supernote-obsidian-plugin/.hotreload |