We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa882e9 commit 5f9f1b7Copy full SHA for 5f9f1b7
package.json
@@ -95,6 +95,8 @@
95
"semantic-release": "semantic-release",
96
"test": "npm run test:cli && npm run test:functional",
97
"test:cli": "mocha tests/cliAccessibility.js --reporter spec --timeout 15000",
98
- "test:functional": "mocha tests/*.spec.js --reporter spec --timeout 15000"
+ "test:functional": "mocha tests/*.spec.js --reporter spec --timeout 15000",
99
+ "build": "cd template && node ../bin/elm-app-cli.js build",
100
+ "start": "cd template && node ../bin/elm-app-cli.js start"
101
}
102
0 commit comments