Skip to content

Commit

Permalink
Merge pull request #87 from Y0hy0h/fix-scripts
Browse files Browse the repository at this point in the history
Prevent parallel executions in scripts
  • Loading branch information
Richard Feldman committed Jan 3, 2019
2 parents 634fc30 + 94e155e commit 93ea3a5
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
Expand Up @@ -5,8 +5,8 @@
"main": "dist/index.js",
"scripts": {
"prepack": "npm run build",
"build": "rm -rf dist/ & tsc",
"test": "rm -rf test/fixtures/elm-stuff & mocha test/**/*.ts --require ts-node/register --watch-extensions ts"
"build": "rm -rf dist/ && tsc",
"test": "rm -rf test/fixtures/elm-stuff && mocha test/**/*.ts --require ts-node/register --watch-extensions ts"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 93ea3a5

Please sign in to comment.