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