Skip to content

Commit

Permalink
add a dev npm script to run using babel-node
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydp17 committed Oct 26, 2017
1 parent edf9e06 commit 986fe90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"url": "git+https://github.com/jaydp17/youtube-playlist-sorter.git"
},
"scripts": {
"dev": "babel-node src/index.js",
"release-it": "release-it",
"prebuild": "rimraf lib",
"build": "babel src -d lib",
Expand Down

0 comments on commit 986fe90

Please sign in to comment.