@xfers/design-system 4.0.1-dev.7f142c6839 → 4.0.1-dev.947058196a

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xfers/design-system",
3
- "version": "4.0.1-dev.7f142c6839",
3
+ "version": "4.0.1-dev.947058196a",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "xfers",
@@ -27,13 +27,12 @@
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
- "clean": "rimraf dist cjs es",
31
- "prebuild": "yarn clean",
30
+ "prebuild": "rimraf dist cjs es",
32
31
  "build:prod": "tsc --module commonjs && rollup -c rollup.config.js",
33
32
  "start": "rollup -c rollup.config.js -w",
34
33
  "test": "jest --coverage",
35
34
  "test:watch": "jest --coverage --watch",
36
- "test:prod": "yarn lint && yarn test -- --no-cache",
35
+ "test:prod": "npm run lint && npm run test -- --no-cache",
37
36
  "report-coverage": "cat ./coverage/lcov.info | coveralls",
38
37
  "storybook": "storybook dev -p 6006",
39
38
  "build-storybook": "storybook build -c .storybook -o build"