Skip to content

Commit

Permalink
Merge pull request #224 from TACC/task/GH-101-header-redesign--env-va…
Browse files Browse the repository at this point in the history
…riables

Task/gh 101 header redesign  env variables (update)
  • Loading branch information
wesleyboar authored May 17, 2021
2 parents 80ed3c0 + b81f789 commit 29ebba2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@
"license": "MIT",
"description": "The core CMS codebase for all new and updated TACC CMS sites.",
"scripts": {
"prebuild": "python3 taccsite_cms/settings_to_json.py",
"prebuild": "npm run build:settings",
"prewatch": "npm run build:settings",
"build": "npm run build:css",
"build:css": "node postcss.js",
"watch": "npm-watch"
"watch": "npm-watch",
"build:settings": "python3 taccsite_cms/settings_to_json.py"
},
"// scripts": {
"prebuild": "Export Django settings to JSON (for Node to use)",
Expand Down

0 comments on commit 29ebba2

Please sign in to comment.