Skip to content

Commit 777a9ea

Browse files
author
Edward Xiao
committed
no message
1 parent ea7a6df commit 777a9ea

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
@@ -33,7 +33,7 @@
3333
"prepublish": "npm run test:coverage",
3434
"jslint": "eslint ./src",
3535
"tslint": "tslint -c tslint.json 'src/**/*.{ts,tsx}'",
36-
"babel": "BABEL_ENV=lib babel ./src/js/Inputs --out-dir ./lib/components --extensions '.js,.tsx'",
36+
"babel": "BABEL_ENV=lib babel ./src/js/Inputs --out-dir ./lib/components --extensions '.ts,.tsx'",
3737
"build": "rm -rf lib && npm run babel && npm run build_prod",
3838
"webpack_dev": "rm -rf dist && NODE_ENV=development ./node_modules/.bin/webpack --config ./webpack/development.config.js --progress --watch",
3939
"webpack_prod": "rm -rf dist && NODE_ENV=production ./node_modules/.bin/webpack --config ./webpack/production.config.js --progress -p",

0 commit comments

Comments
 (0)