Skip to content

Commit 5f9f1b7

Browse files
committed
chore(package.json): Added scripts for running the template and for building it.
1 parent aa882e9 commit 5f9f1b7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@
9595
"semantic-release": "semantic-release",
9696
"test": "npm run test:cli && npm run test:functional",
9797
"test:cli": "mocha tests/cliAccessibility.js --reporter spec --timeout 15000",
98-
"test:functional": "mocha tests/*.spec.js --reporter spec --timeout 15000"
98+
"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"
99101
}
100102
}

0 commit comments

Comments
 (0)