Skip to content

Commit

Permalink
chore: fix build process
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Sep 4, 2018
1 parent 946000f commit ec3f883
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 @@ -77,7 +77,7 @@
"create-readme": "gitdown ./.README/README.md --output-file ./README.md",
"create-validators": "ajv compile --all-errors --inline-refs=false -s src/schemas/config -c ajv-keywords/keywords/typeof -o dist/validateConfig.js && ajv compile --all-errors --inline-refs=false -s src/schemas/streamConfig -c ajv-keywords/keywords/typeof -o dist/validateStreamConfig.js",
"lint": "npm run build && eslint ./src ./test && flow",
"test": "nyc --check-coverage mocha"
"test": "mocha --require @babel/register"
},
"version": "1.0.0"
}

0 comments on commit ec3f883

Please # to comment.