From ccbb6dd4d2dab3fab3ed2e19df48024c21f8e7da Mon Sep 17 00:00:00 2001 From: Shingo Yamazaki Date: Sun, 10 Feb 2019 15:41:33 +0900 Subject: [PATCH] #290 build using Babel --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 69b74acc4..e4aabe66a 100644 --- a/package.json +++ b/package.json @@ -29,8 +29,7 @@ "lint:src": "eslint --ext .js src/scripts/**", "lint:stories": "eslint --ext .js stories/**", "lint:test": "eslint --ext .js test/**", - "build:old": "babel -d lib/ src/", - "build": "tsc -p .", + "build": "babel -d lib/ src/ --extensions \".js,.ts,.tsx\"", "build:assets": "cp -r node_modules/@salesforce-ux/design-system/assets public", "build:storybook": "build-storybook -o public", "deploy": "npm-run-all build:storybook build:assets deploy:ghpage",