Skip to content

Commit 2083558

Browse files
committed
Add production build to scripts
1 parent cafb008 commit 2083558

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bfcoder-github-com/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
},
1313
"scripts": {
1414
"build": "ember build",
15+
"build-prod": "ember build --environment production",
1516
"lint:hbs": "ember-template-lint .",
1617
"lint:js": "eslint .",
1718
"start": "ember serve",

0 commit comments

Comments
 (0)