@xfers/design-system 4.1.2-dev.b52323c9ca → 4.1.3-dev.d241214896
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 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xfers/design-system",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.3-dev.d241214896",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"xfers",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"lint/ci:changed": "eslint $@ --cache",
|
|
30
30
|
"clean": "rimraf dist cjs es",
|
|
31
31
|
"prebuild": "yarn clean",
|
|
32
|
-
"build:prod": "tsc --module commonjs && rollup -c rollup.config.js",
|
|
32
|
+
"build:prod": "tsc --module commonjs && rollup -c rollup.config.js && rimraf node_modules/react node_modules/react-dom",
|
|
33
33
|
"start": "rollup -c rollup.config.js -w",
|
|
34
34
|
"test": "jest --coverage",
|
|
35
35
|
"test:watch": "jest --coverage --watch",
|