Skip to content

Commit

Permalink
chore(package.json): Added scripts for running the template and for b…
Browse files Browse the repository at this point in the history
…uilding it.
  • Loading branch information
halfzebra committed Aug 5, 2018
1 parent aa882e9 commit 5f9f1b7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@
"semantic-release": "semantic-release",
"test": "npm run test:cli && npm run test:functional",
"test:cli": "mocha tests/cliAccessibility.js --reporter spec --timeout 15000",
"test:functional": "mocha tests/*.spec.js --reporter spec --timeout 15000"
"test:functional": "mocha tests/*.spec.js --reporter spec --timeout 15000",
"build": "cd template && node ../bin/elm-app-cli.js build",
"start": "cd template && node ../bin/elm-app-cli.js start"
}
}

0 comments on commit 5f9f1b7

Please sign in to comment.