@scania/tegel 1.20.0-slow-connection-beta.0 → 1.21.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +7 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@scania/tegel",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.21.0",
|
|
4
4
|
"description": "Tegel Design System",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"keywords": [
|
|
@@ -373,16 +373,16 @@
|
|
|
373
373
|
"start": "stencil build --dev --watch --serve",
|
|
374
374
|
"start:dev": "stencil build --dev --watch --serve",
|
|
375
375
|
"test": "node docker-test-runner.js",
|
|
376
|
-
"update
|
|
376
|
+
"update:snapshots": "docker run --rm --network host -v $(pwd):/work/ -w /work/ mcr.microsoft.com/playwright:v1.46.1-jammy /bin/bash -c 'npm install && npx playwright test --update-snapshots && exit'",
|
|
377
377
|
"test.watch": "stencil test --spec --e2e --watchAll",
|
|
378
378
|
"generate": "stencil generate",
|
|
379
|
-
"copy
|
|
379
|
+
"copy:assets": "node scripts/copy-assets.mjs",
|
|
380
380
|
"build-stencil:watch": "stencil build --docs-readme --watch",
|
|
381
381
|
"commit": "npm run --prefix ../ commit",
|
|
382
|
-
"build
|
|
383
|
-
"build-stencil
|
|
384
|
-
"start
|
|
385
|
-
"storybook": "concurrently --raw 'npm:build-stencil:watch' 'npm:start
|
|
382
|
+
"build:storybook": "build-storybook --quiet",
|
|
383
|
+
"build-stencil:storybook": "npm run build && npm run build:storybook",
|
|
384
|
+
"start:storybook": "start-storybook -p 6006",
|
|
385
|
+
"storybook": "concurrently --raw 'npm:build-stencil:watch' 'npm:start:storybook'"
|
|
386
386
|
},
|
|
387
387
|
"dependencies": {
|
|
388
388
|
"@popperjs/core": "2.11.8",
|