Skip to content

Commit

Permalink
Build site after getting the data
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrohan committed Feb 20, 2019
1 parent 23f54a1 commit 9c5de71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": true,
"scripts": {
"dev": "x0 pages -op 8888",
"build": "x0 build pages --out-dir docs && script/get-release-data",
"build": "script/get-release-data && x0 build pages --out-dir docs",
"start": "serve",
"lint": "eslint src pages"
},
Expand Down

0 comments on commit 9c5de71

Please sign in to comment.