Skip to content

Commit

Permalink
Add source maps support
Browse files Browse the repository at this point in the history
  • Loading branch information
kostia-official committed Nov 25, 2016
1 parent 15b8b4f commit 1fd27a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"dredd": "dredd",
"build": "redrun clean babel",
"clean": "del ./dist",
"babel": "babel --sourceMaps=true --copy-files -d dist/ src/",
"babel": "babel --source-maps --copy-files -d dist/ src/",
"postinstall": "if-env NODE_ENV=production && npm run build && npm prune --production || npm run build",
"deploy": "node ./deploy.js",
"deploy:staging": "docker build -t outfit/pingeon:staging . && docker push outfit/pingeon:staging",
Expand Down

0 comments on commit 1fd27a4

Please sign in to comment.