@comicrelief/component-library 8.39.0 → 8.40.0
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 +3 -2
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@comicrelief/component-library",
|
|
3
3
|
"author": "Comic Relief Engineering Team",
|
|
4
|
-
"version": "8.
|
|
4
|
+
"version": "8.40.0",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"license": "ISC",
|
|
7
7
|
"jest": {
|
|
@@ -57,7 +57,8 @@
|
|
|
57
57
|
"test:e2e:ci": "NODE_ENV=development; start-server-and-test styleguide http://localhost:6060 test:e2e",
|
|
58
58
|
"test:e2e:local": "export NODE_ENV=development; start-server-and-test styleguide http://localhost:6060 test:e2e",
|
|
59
59
|
"lint": "eslint src",
|
|
60
|
-
"lint-fix": "yarn lint --fix"
|
|
60
|
+
"lint-fix": "yarn lint --fix",
|
|
61
|
+
"build-pr": "rm -rf dist && NODE_ENV=development babel src --out-dir dist --copy-files --ignore __tests__,spec.js,test.js"
|
|
61
62
|
},
|
|
62
63
|
"browserslist": {
|
|
63
64
|
"production": [
|