Skip to content

Commit

Permalink
GH-101: Build settings.json before CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleyboar committed Sep 2, 2021
1 parent a0fa1e3 commit fe9de08
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 @@ -5,7 +5,7 @@
"description": "The core CMS codebase for all new and updated TACC CMS sites.",
"scripts": {
"build": "npm run build:css",
"build:css": "node postcss.js",
"build:css": "npm run settings && node postcss.js",
"watch": "npm-watch",
"settings": "python3 taccsite_cms/settings_to_json.py"
},
Expand Down

0 comments on commit fe9de08

Please sign in to comment.