Remove resolutions hullabaloo

This commit is contained in:
Christopher C. Wells 2022-06-10 19:47:40 -07:00
parent f6960dc2e9
commit cf33fc3e69
4 changed files with 9246 additions and 9162 deletions

View File

@ -17,11 +17,10 @@ jobs:
- uses: ./.github/actions/setup - uses: ./.github/actions/setup
with: with:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}
- run: | - run: npm install --location=global gulp-cli
npm install -g gulp-cli - run: npm install
npm install - run: gulp lint
gulp lint - run: gulp coverage
gulp coverage
- name: Submit results to Coveralls - name: Submit results to Coveralls
uses: AndreMiras/coveralls-python-action@develop uses: AndreMiras/coveralls-python-action@develop
with: with:

View File

@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- uses: ./.github/actions/setup - uses: ./.github/actions/setup
- name: Install Railway CLI - name: Install Railway CLI
run: npm i -g @railway/cli run: npm install --location=global @railway/cli
- name: Reset demo database - name: Reset demo database
run: npx railway run pipenv run python manage.py reset --no-input run: npx railway run pipenv run python manage.py reset --no-input
env: env:

18389
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -36,11 +36,7 @@
"tempusdominus-bootstrap-4": "5.39.2", "tempusdominus-bootstrap-4": "5.39.2",
"tempusdominus-core": "5.19.3" "tempusdominus-core": "5.19.3"
}, },
"scripts": { "dependencies": {
"preinstall": "npx npm-force-resolutions" "gulp-cli": "^2.3.0"
},
"resolutions": {
"lodash.template": ">=4.5.0",
"glob-parent": ">=5.1.2"
} }
} }