Skip to content

Commit

Permalink
parcel add
Browse files Browse the repository at this point in the history
  • Loading branch information
ALuhning committed Nov 2, 2020
1 parent b962a5a commit d14886f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"deploy:contract": "near deploy",
"deploy:pages": "gh-pages -d dist/",
"deploy": "npm run build && npm run deploy:contract && npm run deploy:pages",
"start": "node dist/index.html",
"start": "parcel dist/index.html",
"startup": "npm run build:contract && echo The app is starting! It will automatically open in your browser when ready && env-cmd -f ./.env parcel src/index.html --open",
"dev": "nodemon --watch assembly -e ts --exec \"npm run start\"",
"test": "asp --nologo && npm run build:contract && jest test --runInBand"
Expand Down

0 comments on commit d14886f

Please sign in to comment.