Skip to content

Commit

Permalink
Merge pull request #93 from slorber/patch-1
Browse files Browse the repository at this point in the history
add "yarn build" for example
  • Loading branch information
swyxio committed May 9, 2019
2 parents bafb0c8 + 8033699 commit 517b8fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/react/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"main": "index.js",
"license": "MIT",
"scripts": {
"start": "parcel index.html"
"start": "parcel index.html",
"build": "parcel build index.html"
},
"dependencies": {
"react-app-polyfill": "^1.0.0"
Expand Down

0 comments on commit 517b8fa

Please sign in to comment.