test(pnpm and playwright): Updated dependencies
This commit is contained in:
+4
-2
@@ -6,10 +6,12 @@
|
||||
"scripts": {
|
||||
"lint": "eslint .",
|
||||
"format": "prettier --write .",
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"changeset": "changeset",
|
||||
"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": [],
|
||||
"author": "",
|
||||
|
||||
@@ -35,6 +35,8 @@
|
||||
"build": "stencil build",
|
||||
"start": "stencil build --dev --watch --serve",
|
||||
"test": "stencil-test --prod",
|
||||
"test:unit": "stencil-test --prod --project=unit",
|
||||
"test:browser": "stencil-test --prod --project=browser",
|
||||
"test:watch": "stencil-test --prod --watch",
|
||||
"generate": "stencil generate",
|
||||
"storybook": "storybook dev -p 6006 --no-open"
|
||||
|
||||
@@ -1,5 +1,20 @@
|
||||
packages:
|
||||
- "packages/*"
|
||||
- "apps/*"
|
||||
|
||||
allowBuilds:
|
||||
esbuild: false
|
||||
|
||||
onlyBuiltDependencies:
|
||||
- playwright
|
||||
|
||||
supportedArchitectures:
|
||||
os:
|
||||
- current
|
||||
- linux
|
||||
cpu:
|
||||
- current
|
||||
- x64
|
||||
libc:
|
||||
- current
|
||||
- glibc
|
||||
|
||||
Reference in New Issue
Block a user