Skip to content

Commit

Permalink
Merge pull request #123 from DemocracyClub/hotfix/install-run-build
Browse files Browse the repository at this point in the history
Explicitly require and install `npm-run-build`
  • Loading branch information
VirginiaDooley authored Apr 10, 2024
2 parents 0595b5e + 3508a54 commit bd8903d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"cssMin": "csso src-site/styles/system.css --output src-site/styles/system.min.css",
"watch:eleventy": "npm run exportSass && eleventy --serve",
"build:eleventy": "cross-env DESTINATION=github eleventy --output=docs",
"reinstallNodeModules": "rm -rf node_modules && npm install",
"reinstallNodeModules": "rm -rf node_modules && npm install && npm install npm-run-all --save-dev",
"exportSass": "sass-export system/partials/_variables.scss -o src-site/_data/sass.json --dependencies system/",
"watch:sass": "node-sass --watch system/docs.scss src-site/styles/system.css",
"build:sass": "node-sass system/docs.scss src-site/styles/system.css",
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ readme = "README.md"
authors = [{name = "Sym Roe"}, {name = "Heydon Pickering"}]

dependencies = [
"npm-run-all",
"pytest",
"lighthouse @ git+https://github.com/f02h/lighthouse-python.git#egg=lighthouse",
]
Expand Down

0 comments on commit bd8903d

Please sign in to comment.