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.
2 parents bfeb2b0 + 520e040 commit 2b773b3Copy full SHA for 2b773b3
lib/package.json
@@ -38,7 +38,7 @@
38
"test": "jest",
39
"test:watch": "npm test -- --watch --coverage",
40
"build": "babel src --extensions .js,.jsx,.ts,.tsx --out-dir ../dist --copy-files --verbose && node ../scripts/build/copy-package.js && tsc ",
41
- "build:watch": "babel src --watch --out-dir ../dist --copy-files --verbose",
+ "build:watch": "babel src --watch --extensions .js,.jsx,.ts,.tsx --out-dir ../dist --copy-files --verbose",
42
"storybook": "start-storybook -p 6006",
43
"build-storybook": "build-storybook"
44
},
0 commit comments