@storybook/csf 0.0.2--canary.5f921f0.0 → 0.0.2--canary.54.75c3237.0
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@storybook/csf",
|
3
|
-
"version": "0.0.2--canary.
|
3
|
+
"version": "0.0.2--canary.54.75c3237.0",
|
4
4
|
"description": "Component Story Format (CSF) utilities",
|
5
5
|
"keywords": [
|
6
6
|
"storybook",
|
@@ -36,7 +36,7 @@
|
|
36
36
|
"build": "tsup ./src/index.ts --format esm,cjs --dts",
|
37
37
|
"check": "tsc",
|
38
38
|
"lint": "eslint src --ext .ts",
|
39
|
-
"test": "NODE_OPTIONS=--experimental-vm-modules jest",
|
39
|
+
"test": "NODE_NO_WARNINGS=1 NODE_OPTIONS=--experimental-vm-modules jest",
|
40
40
|
"release": "yarn build && auto shipit"
|
41
41
|
},
|
42
42
|
"eslintConfig": {
|