Skip to content

Commit ef08c5a

Browse files
committed
package.json: Adjust build script to build production assets
see https://github.com/ember-cli/ember-new-output/blob/v3.16.1/package.json#L14
1 parent 410ad8c commit ef08c5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"test": "tests"
1818
},
1919
"scripts": {
20-
"build": "ember build",
20+
"build": "ember build --environment=production",
2121
"lint:deps": "ember dependency-lint",
2222
"lint:hbs": "ember-template-lint app/templates",
2323
"lint:js": "eslint . --cache",

0 commit comments

Comments
 (0)