Skip to content

Commit 6abfb1f

Browse files
committed
lint: space removed
1 parent b5f363a commit 6abfb1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"compile": "node_modules/.bin/babel src --out-dir lib --copy-files",
88
"dist": "node_modules/.bin/webpack",
99
"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",
10+
"test:ci": "react-scripts test -u --env=jsdom --watchAll=false",
1111
"test": "react-scripts test -u --env=jsdom --watchAll",
1212
"storybook": "start-storybook -p 6007",
1313
"build-storybook": "build-storybook"

0 commit comments

Comments
 (0)