Skip to content

Commit

Permalink
add npm install to build script(no idea why it was missing)
Browse files Browse the repository at this point in the history
  • Loading branch information
joethei committed Sep 24, 2022
1 parent 4833d15 commit 126a8ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
wget https://www.iana.org/assignments/uri-schemes/uri-schemes-1.csv
cat uri-schemes-1.csv | python -c 'import csv, json, sys; print(json.dumps([dict(r) for r in csv.DictReader(sys.stdin)]))' > test.json
jq 'map(.schema = .["URI Scheme"])' test.json > schemas.json
npm install
npm run build
mkdir ${{ env.PLUGIN_NAME }}
cp build/main.js build/manifest.json build/styles.css ${{ env.PLUGIN_NAME }}
Expand Down

0 comments on commit 126a8ba

Please sign in to comment.