Skip to content

Commit

Permalink
build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yog27ray committed Aug 19, 2024
1 parent 3b60a01 commit eba614b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"main": "index.js",
"types": "typings/index.d.ts",
"scripts": {
"build": "mkdir -p dist; cd dist; rm -rf *;rm -rf .github; cd ..;node_modules/typescript/bin/tsc -p ./tsconfig.json; cp package*.json dist; cp README.md dist",
"tunnel": "ssh -R 80:localhost:9000 serveo.net",
"coverage": "npm run coverage:mongodb",
"coverage:mongodb": "DEBUG=no TEST_DB=mongoDB nyc mocha src/setup.ts '**/*.spec.ts' && nyc report --reporter=text-lcov > coverage1.lcov",
Expand Down

0 comments on commit eba614b

Please sign in to comment.