Skip to content

Commit 2b773b3

Browse files
authored
Merge pull request #920 from dxc-technology/marcialfps-script-fix
Fix `build:watch` script
2 parents bfeb2b0 + 520e040 commit 2b773b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"test": "jest",
3939
"test:watch": "npm test -- --watch --coverage",
4040
"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",
41+
"build:watch": "babel src --watch --extensions .js,.jsx,.ts,.tsx --out-dir ../dist --copy-files --verbose",
4242
"storybook": "start-storybook -p 6006",
4343
"build-storybook": "build-storybook"
4444
},

0 commit comments

Comments
 (0)