@proximus/lavender-styling 1.4.3-beta.1 → 1.4.4-alpha.2

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 +3 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@proximus/lavender-styling",
3
- "version": "1.4.3-beta.1",
3
+ "version": "1.4.4-alpha.2",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "files": [
@@ -31,7 +31,8 @@
31
31
  },
32
32
  "scripts": {
33
33
  "lint": "npx tsc -p tsconfig.json",
34
- "build": "npm run clean && npm run lint && node scripts/build-dictionary.js && mkdir -p dist/far/away && cp package.json dist/far/away",
34
+ "tokens": "node scripts/build-dictionary.js ",
35
+ "build": "npm run clean && npm run lint && npm run tokens && mkdir -p dist/far/away && cp package.json dist/far/away",
35
36
  "clean": "rm -rf dist"
36
37
  },
37
38
  "author": "",