Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Masquerade-Circus committed Oct 1, 2020
1 parent 10bd8a9 commit 6c13f42
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 @@ -37,7 +37,7 @@
"build": "yarn build:source && yarn remark",
"build:source": "cross-env NODE_ENV=production node rollupSource.js",
"test": "cross-env NODE_ENV=development nyc mocha --timeout 10000 --require @babel/register \"test/**/*_test.js\"",
"coverage": "nyc report --reporter=text-lcov",
"coverage": "nyc report --reporter=lcov",
"remark": "remark . -o",
"commit": "git add . && git-cz",
"release": "release-it --verbose",
Expand Down

0 comments on commit 6c13f42

Please sign in to comment.