@scania/tegel 1.47.0-beta.9 → 1.47.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 +2 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@scania/tegel",
|
|
3
|
-
"version": "1.47.0
|
|
3
|
+
"version": "1.47.0",
|
|
4
4
|
"description": "Tegel Design System",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"keywords": [
|
|
@@ -374,8 +374,7 @@
|
|
|
374
374
|
"scripts": {
|
|
375
375
|
"build:css": "node scripts/build-css.js",
|
|
376
376
|
"watch:css": "node scripts/build-css.js --watch",
|
|
377
|
-
"build
|
|
378
|
-
"build": "npm run build:core && npm run build:tegel-lite",
|
|
377
|
+
"build": "stencil build && stencil build --docs && npm run build:css",
|
|
379
378
|
"start": "concurrently --raw \"npm:build-stencil:watch\" \"npm:watch:css\" \"npm:start:storybook\"",
|
|
380
379
|
"test": "node docker-test-runner.js",
|
|
381
380
|
"test:axe": "npx playwright test --config 'playwright-axe.config.ts'",
|