Skip to content

Commit

Permalink
Merge branch 'main' of github.com:haruaki07/phosphor-svelte into main
Browse files Browse the repository at this point in the history
  • Loading branch information
haruaki07 committed Jan 6, 2021
2 parents 6053e39 + e1eadbd commit c8b4d7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"lib"
],
"scripts": {
"build": "npm run build:icon",
"build": "yarn build:icon",
"build:icon": "node src/build.js",
"prepublishOnly": "npm run build"
"prepublishOnly": "yarn build"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit c8b4d7e

Please sign in to comment.