fix: Add job to test no deps

This commit is contained in:
Tom Hu
2021-07-19 08:16:44 -07:00
parent ad2b0032e0
commit 71fa76a9e4
70 changed files with 5124 additions and 4 deletions

View File

@@ -4,7 +4,7 @@
"description": "Upload coverage reports to Codecov from GitHub Actions",
"main": "index.js",
"scripts": {
"build": "ncc build src/index.ts",
"build": "ncc build src/index.ts --source-map",
"lint": "eslint src/**/*.ts",
"test": "npm run test-script && npm run test-calculator && npm run test-coverage",
"test-calculator": "jest --testPathPattern=demo/calculator/ --coverage --coverageDirectory=coverage/calculator",