Skip to content

Commit

Permalink
Add prepare script
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwathan committed May 18, 2020
1 parent 447192c commit bdbd41c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"svgo": "^1.3.2"
},
"scripts": {
"prepare": "npm run build",
"build": "npm run build-outline && npm run build-solid",
"build-outline": "svgo --config=svgo.outline.yaml -f ./src/outline -o ./outline --pretty --indent=2",
"build-solid": "svgo --config=svgo.solid.yaml -f ./src/solid -o ./solid --pretty --indent=2"
Expand Down

0 comments on commit bdbd41c

Please sign in to comment.