@xfers/design-system 4.0.1-dev.23dddb58ce → 4.0.1-dev.2fa13ba299
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 +4 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xfers/design-system",
|
|
3
|
-
"version": "4.0.1-dev.
|
|
3
|
+
"version": "4.0.1-dev.2fa13ba299",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"xfers",
|
|
@@ -27,12 +27,13 @@
|
|
|
27
27
|
"lint": "tslint --project tsconfig.json -t codeFrame 'src/**/*.ts' 'test/**/*.ts'",
|
|
28
28
|
"lint/ci": "eslint --cache ./src --ext .jsx,.ts,.tsx",
|
|
29
29
|
"lint/ci:changed": "eslint $@ --cache",
|
|
30
|
-
"
|
|
30
|
+
"clean": "rimraf dist cjs es",
|
|
31
|
+
"prebuild": "yarn clean",
|
|
31
32
|
"build:prod": "tsc --module commonjs && rollup -c rollup.config.js",
|
|
32
33
|
"start": "rollup -c rollup.config.js -w",
|
|
33
34
|
"test": "jest --coverage",
|
|
34
35
|
"test:watch": "jest --coverage --watch",
|
|
35
|
-
"test:prod": "
|
|
36
|
+
"test:prod": "yarn lint && yarn test -- --no-cache",
|
|
36
37
|
"report-coverage": "cat ./coverage/lcov.info | coveralls",
|
|
37
38
|
"storybook": "storybook dev -p 6006",
|
|
38
39
|
"build-storybook": "storybook build -c .storybook -o build"
|