Skip to content

Commit

Permalink
Compile with source maps
Browse files Browse the repository at this point in the history
  • Loading branch information
larixer committed Nov 6, 2019
1 parent 7d0cbaf commit ebad62d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mochapack",
"version": "1.1.5",
"version": "1.1.6",
"description": "mocha cli with webpack support",
"bin": {
"mochapack": "./bin/mochapack"
Expand All @@ -17,7 +17,7 @@
"scripts": {
"clean-lib": "del-cli \"lib/**\" \"!lib\" \"!lib/reporters\" \"!lib/utils.js\" \"!lib/entry.js\" \"!lib/reporters/base.js\"",
"clean-tmp": "del-cli \".tmp/**\"",
"build": "yarn run clean-lib && babel ./src -d lib",
"build": "yarn run clean-lib && babel ./src -d lib --source-maps",
"lint": "eslint src test bin --fix",
"flow": "flow",
"test": "yarn run clean-tmp && yarn run build && mocha --timeout 10000 --recursive --require babel-register \"test/**/*.test.js\"",
Expand Down

0 comments on commit ebad62d

Please sign in to comment.