Skip to content

Commit

Permalink
fix: commitlint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mradkov committed Oct 11, 2021
1 parent 635f1aa commit 2c1cf54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -16,7 +16,7 @@
"docs:examples": "node tooling/docs/examples-to-md.js examples/node/*.js",
"docs:api": "node apidoc.js",
"docs:changelog": "cp CHANGELOG.md docs/CHANGELOG.md",
"lint": "commitlint --from develop --verbose && ts-standard",
"lint": "commitlint --from 635f1aa --verbose && ts-standard",
"test": "nyc --require @babel/register --require ts-node/register mocha --recursive --exit --timeout 10m",
"report-coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
"test:integration:channel,accounts": "nyc --require @babel/register --require ts-node/register mocha './test/integration/@(channel|accounts).js' --exit --timeout 10m",
Expand Down

0 comments on commit 2c1cf54

Please sign in to comment.