We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57afe40 commit 57af772Copy full SHA for 57af772
package.json
@@ -78,7 +78,7 @@
78
"postpack": "shx rm -f oclif.manifest.json",
79
"posttest": "npm run lint",
80
"prepack": "npm run build && oclif manifest && oclif readme",
81
- "test": "mocha --forbid-only \"test/unit/commands/app/deploy.test.ts\"",
+ "test": "mocha --forbid-only \"test/**/*.test.ts\"",
82
"version": "oclif readme && git add README.md",
83
"clean": "rm -rf ./lib tsconfig.tsbuildinfo oclif.manifest.json",
84
"test:unit:report": "nyc --extension .ts mocha --forbid-only \"test/unit/**/*.test.ts\""
0 commit comments