Skip to content

Commit

Permalink
Fix deploy command path (#30)
Browse files Browse the repository at this point in the history
Co-authored-by: Jared Flatow <[email protected]>
  • Loading branch information
vlddm and jflatow authored Jul 8, 2020
1 parent c1f3bfa commit 53d8874
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 @@ -7,7 +7,7 @@
"compile": "./script/compile",
"console": "if node -v | grep -E \"v(12|13)\" > /dev/null; then flags=\"-n --experimental-repl-await\"; fi; npx $flags saddle console",
"coverage": "./script/coverage",
"deploy": "./scenario/script/repl -s ./scenario/scen/deploy.scen",
"deploy": "./scenario/script/repl -s ./script/scen/deploy.scen",
"lint": "./script/lint",
"repl": "./scenario/script/repl",
"profile": "yarn test tests/gasProfiler.js",
Expand Down

0 comments on commit 53d8874

Please sign in to comment.