-
-
Notifications
You must be signed in to change notification settings - Fork 146
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5333 from Gustry/package-json
Restructuration package.json
- Loading branch information
Showing
53 changed files
with
4,642 additions
and
3,936 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -179,16 +179,16 @@ jobs: | |
with: | ||
node-version: 21 | ||
cache: 'npm' | ||
cache-dependency-path: ${{ github.workspace }}/tests/end2end/package.json | ||
cache-dependency-path: ${{ github.workspace }}/package.json | ||
|
||
- name: Install dependencies | ||
working-directory: ./ | ||
run: | | ||
cd end2end | ||
npm ci | ||
- name: Install Playwright | ||
working-directory: tests/end2end | ||
run: | | ||
cd end2end | ||
npx playwright install --with-deps chromium | ||
- name: Run Playwright tests read-only | ||
|
@@ -268,6 +268,7 @@ jobs: | |
if: success() || steps.test-playwright-read-only.conclusion == 'failure' || steps.test-playwright-not-read-only.conclusion == 'failure' | ||
uses: cypress-io/[email protected] | ||
with: | ||
install: false | ||
browser: chrome | ||
headed: true | ||
working-directory: tests/end2end | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,7 @@ | ||
{ | ||
"name": "assets", | ||
"version": "1.0.0", | ||
"description": "", | ||
"description": "Modules & Component for Lizmap", | ||
"type": "module", | ||
"scripts": { | ||
"build": "webpack --config webpack.prod.js", | ||
"watch": "webpack --watch --config webpack.dev.js", | ||
"pretest": "eslint src", | ||
"pretest-fix": "eslint --fix src" | ||
}, | ||
"devDependencies": { | ||
"dompurify": "^3.1.6", | ||
"eslint": "^8.56.0", | ||
"eslint-plugin-jsdoc": "^48.0.2", | ||
"jsts": "^2.11.0", | ||
"lit-html": "^3.1.1", | ||
"ol": "^10.2.1", | ||
"proj4": "^2.11.0", | ||
"svg-sprite-loader": "^6.0.11", | ||
"svgo": "^3.2.0", | ||
"svgo-loader": "^4.0.0", | ||
"webpack": "^5.91.0", | ||
"webpack-cli": "^5.1.4", | ||
"webpack-merge": "^5.10.0" | ||
}, | ||
"author": "3Liz", | ||
"license": "ISC" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.