Skip to content

Commit

Permalink
chore(#9398): move config dependencies to root
Browse files Browse the repository at this point in the history
  • Loading branch information
garethbowen authored Sep 4, 2024
1 parent be92ec0 commit b8f3ea0
Show file tree
Hide file tree
Showing 14 changed files with 808 additions and 26,330 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ env.NODE_VERSION }}
- run: sudo apt-get install -y xsltproc
- run: npm ci
- name: Run Tests
run: npm run ${{ matrix.cmd }}
Expand Down
7,748 changes: 0 additions & 7,748 deletions config/covid-19/package-lock.json

This file was deleted.

14 changes: 2 additions & 12 deletions config/covid-19/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "medic-covid19-config",
"name": "cht-config-covid19",
"version": "0.1.0",
"description": "CHT configuration for COVID-19 response",
"directories": {
Expand All @@ -9,15 +9,5 @@
"eslint": "eslint **.json **.js",
"test": "TZ=Africa/Nairobi mocha --reporter progress test/**/*.spec.js --timeout 25000",
"ci": "./test/check-app-settings-is-committed && npm run eslint && npm run test"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-plugin-json": "^2.0.1",
"chai": "^4.2.0",
"cht-conf": "^3.7.0",
"cht-conf-test-harness": "^2.3.0",
"mocha": "^8.3.2",
"rosie": "^2.1.0"
},
"dependencies": {}
}
}
Loading

0 comments on commit b8f3ea0

Please sign in to comment.