test(pnpm and playwright): Updated dependencies
This commit is contained in:
+5
-3
@@ -6,10 +6,12 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"lint": "eslint .",
|
"lint": "eslint .",
|
||||||
"format": "prettier --write .",
|
"format": "prettier --write .",
|
||||||
"test": "echo \"Error: no test specified\" && exit 1",
|
|
||||||
"changeset": "changeset",
|
"changeset": "changeset",
|
||||||
"version": "changeset version",
|
"version": "changeset version",
|
||||||
"release": "changeset publish"
|
"release": "changeset publish",
|
||||||
|
"test:unit": "pnpm --filter luna-charts test:unit",
|
||||||
|
"test:component": "docker compose -f docker-compose.test.yaml up --build --abort-on-container-exit --exit-code-from test",
|
||||||
|
"test": "pnpm test:unit && pnpm test:component"
|
||||||
},
|
},
|
||||||
"keywords": [],
|
"keywords": [],
|
||||||
"author": "",
|
"author": "",
|
||||||
@@ -31,4 +33,4 @@
|
|||||||
"eslint": "^10.6.0",
|
"eslint": "^10.6.0",
|
||||||
"prettier": "^3.9.4"
|
"prettier": "^3.9.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -35,6 +35,8 @@
|
|||||||
"build": "stencil build",
|
"build": "stencil build",
|
||||||
"start": "stencil build --dev --watch --serve",
|
"start": "stencil build --dev --watch --serve",
|
||||||
"test": "stencil-test --prod",
|
"test": "stencil-test --prod",
|
||||||
|
"test:unit": "stencil-test --prod --project=unit",
|
||||||
|
"test:browser": "stencil-test --prod --project=browser",
|
||||||
"test:watch": "stencil-test --prod --watch",
|
"test:watch": "stencil-test --prod --watch",
|
||||||
"generate": "stencil generate",
|
"generate": "stencil generate",
|
||||||
"storybook": "storybook dev -p 6006 --no-open"
|
"storybook": "storybook dev -p 6006 --no-open"
|
||||||
|
|||||||
@@ -1,5 +1,20 @@
|
|||||||
packages:
|
packages:
|
||||||
- "packages/*"
|
- "packages/*"
|
||||||
- "apps/*"
|
- "apps/*"
|
||||||
|
|
||||||
allowBuilds:
|
allowBuilds:
|
||||||
esbuild: false
|
esbuild: false
|
||||||
|
|
||||||
|
onlyBuiltDependencies:
|
||||||
|
- playwright
|
||||||
|
|
||||||
|
supportedArchitectures:
|
||||||
|
os:
|
||||||
|
- current
|
||||||
|
- linux
|
||||||
|
cpu:
|
||||||
|
- current
|
||||||
|
- x64
|
||||||
|
libc:
|
||||||
|
- current
|
||||||
|
- glibc
|
||||||
|
|||||||
Reference in New Issue
Block a user