-
-
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.
UPDATE: Changed structure of package.json with workspaces
- Loading branch information
1 parent
719d5b5
commit 1c642df
Showing
47 changed files
with
4,343 additions
and
3,908 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 |
---|---|---|
|
@@ -183,7 +183,7 @@ jobs: | |
|
||
- name: Install dependencies | ||
run: | | ||
cd end2end | ||
cd .. | ||
npm ci | ||
- name: Install Playwright | ||
|
@@ -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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +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", | ||
"shpjs": "^6.1.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", | ||
"dependencies": { | ||
"@turf/line-split": "^7.2.0", | ||
"flatgeobuf": "^3.36.0", | ||
"ol-ext": "^4.0.24", | ||
"ol-wfs-capabilities": "^2.0.0" | ||
} | ||
"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.