We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5f363a commit 6abfb1fCopy full SHA for 6abfb1f
package.json
@@ -7,7 +7,7 @@
7
"compile": "node_modules/.bin/babel src --out-dir lib --copy-files",
8
"dist": "node_modules/.bin/webpack",
9
"build": "rm -f -r compile && npm run compile && rm -f -r dist && npm run dist",
10
- "test:ci":"react-scripts test -u --env=jsdom --watchAll=false",
+ "test:ci": "react-scripts test -u --env=jsdom --watchAll=false",
11
"test": "react-scripts test -u --env=jsdom --watchAll",
12
"storybook": "start-storybook -p 6007",
13
"build-storybook": "build-storybook"
0 commit comments