Skip to content

Commit

Permalink
chore: remove obsolete NPM script
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Mar 6, 2022
1 parent 350ffff commit 9026eae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"build": "yarn build:quick",
"build:quick": "bolt ws exec -- swc src --out-dir dist --quiet --extensions \".ts\" --config-file ../../../.swcrc",
"postbuild": "ts-node tools/test-dist",
"commit": "git-cz",
"coverage:fast": "xvfb-maybe cross-env INTEGRATION_TESTS=0 TS_NODE_FILES=true nyc mocha './tools/test-globber.ts' && nyc report --reporter=text-lcov > coverage.lcov",
"coverage:slow": "xvfb-maybe cross-env TS_NODE_FILES=true nyc mocha './tools/test-globber.ts' --integration && nyc report --reporter=text-lcov > coverage.lcov",
"docs": "bolt docs:generate && bolt docs:position",
Expand Down

0 comments on commit 9026eae

Please sign in to comment.