Skip to content

Commit

Permalink
smallfix
Browse files Browse the repository at this point in the history
  • Loading branch information
asaccool committed Jul 23, 2019
1 parent 04d7586 commit 57f5798
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 @@ -36,7 +36,7 @@
},
"scripts": {
"watch": "node ./psknode/bin/scripts/watcher.js --watch ./ --run ./psknode/bin/scripts/psknode.js --ignore=\"/engine/pskbuildtemp/,/builds/devel/,/tests/,/bin/\"",
"start": " node ./psknode/bin/scripts/psknode.js",
"start": "npm run build && node ./psknode/bin/scripts/psknode.js",
"run-tests": "npm run build && node bin/scripts/testrunner.js",
"cmd": "node bin//terminal.js",
"build": "node scripts/builder.js"
Expand Down

0 comments on commit 57f5798

Please sign in to comment.