Skip to content
This repository has been archived by the owner on May 17, 2019. It is now read-only.

Commit

Permalink
Add build-production target to match documentation (#38)
Browse files Browse the repository at this point in the history
Our documentation currently recommends using  after scaffolding, but it's missing from package.json. Adding it here for consistency.
  • Loading branch information
KevinGrandon authored Aug 13, 2018
1 parent 2f74bf1 commit ba77d59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/basic/content/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"dev": "fusion dev",
"test": "fusion test",
"build": "fusion build",
"build-production": "fusion build --production",
"start": "fusion start"
},
"devDependencies": {
Expand Down

0 comments on commit ba77d59

Please sign in to comment.