Skip to content

Commit

Permalink
Build production icons as part of dist.
Browse files Browse the repository at this point in the history
  • Loading branch information
coddingtonbear committed Feb 27, 2022
1 parent db87c79 commit 5cf12fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/build_package.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/bash
export ARCHIVE="obsidian-$(jq -r '.version' package.json).chrome.zip"
npm run build-icons
npm run build
cd dist/
zip -r ../$ARCHIVE ./

0 comments on commit 5cf12fe

Please sign in to comment.