mirror of https://github.com/snachodog/mybuddy.git
Remove resolutions hullabaloo
This commit is contained in:
parent
f6960dc2e9
commit
cf33fc3e69
|
@ -17,11 +17,10 @@ jobs:
|
|||
- uses: ./.github/actions/setup
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
- run: |
|
||||
npm install -g gulp-cli
|
||||
npm install
|
||||
gulp lint
|
||||
gulp coverage
|
||||
- run: npm install --location=global gulp-cli
|
||||
- run: npm install
|
||||
- run: gulp lint
|
||||
- run: gulp coverage
|
||||
- name: Submit results to Coveralls
|
||||
uses: AndreMiras/coveralls-python-action@develop
|
||||
with:
|
||||
|
|
|
@ -14,7 +14,7 @@ jobs:
|
|||
- uses: actions/checkout@v3
|
||||
- uses: ./.github/actions/setup
|
||||
- name: Install Railway CLI
|
||||
run: npm i -g @railway/cli
|
||||
run: npm install --location=global @railway/cli
|
||||
- name: Reset demo database
|
||||
run: npx railway run pipenv run python manage.py reset --no-input
|
||||
env:
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -36,11 +36,7 @@
|
|||
"tempusdominus-bootstrap-4": "5.39.2",
|
||||
"tempusdominus-core": "5.19.3"
|
||||
},
|
||||
"scripts": {
|
||||
"preinstall": "npx npm-force-resolutions"
|
||||
},
|
||||
"resolutions": {
|
||||
"lodash.template": ">=4.5.0",
|
||||
"glob-parent": ">=5.1.2"
|
||||
"dependencies": {
|
||||
"gulp-cli": "^2.3.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue