@bbl-digital/snorre 4.2.83 → 4.2.85

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.
Files changed (1) hide show
  1. package/package.json +2 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bbl-digital/snorre",
3
- "version": "4.2.83",
3
+ "version": "4.2.85",
4
4
  "description": "Design library for BBL Digital",
5
5
  "license": "MIT",
6
6
  "main": "./lib/index.js",
@@ -55,9 +55,7 @@
55
55
  "start": "yarn storybook",
56
56
  "theme": "node ./theme-generator.js",
57
57
  "build-storybook": "storybook build",
58
- "build": "rimraf dist && vite build",
59
- "build:watch": "vite build --watch",
60
- "types": "tsc --emitDeclarationOnly --outDir dist/types",
58
+ "build": "vite build && yarn run build:tsc",
61
59
  "build:tsc": "tsc -p ./src/packages/tsconfig.json",
62
60
  "build:cjs": "babel --extensions .ts,.tsx ./src/packages --out-dir ./lib",
63
61
  "build:esm": "babel --extensions .ts,.tsx ./src/packages --out-dir ./esm",