Skip to content

Commit

Permalink
#290 build using Babel
Browse files Browse the repository at this point in the history
  • Loading branch information
zaki-yama committed Feb 10, 2019
1 parent 42b9b0d commit ccbb6dd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit ccbb6dd

Please sign in to comment.