We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67f6614 commit cd91527Copy full SHA for cd91527
1 file changed
package.json
@@ -108,7 +108,8 @@
108
"test": "sf-test",
109
"version": "oclif-dev readme && git add README.md",
110
"test:deprecation-policy": "./bin/run snapshot:compare",
111
- "test:command-reference": "./bin/run commandreference:generate --erroronwarnings"
+ "test:command-reference": "./bin/run commandreference:generate --erroronwarnings",
112
+ "test:nuts": "nyc mocha \"**/*.nut.ts\" --slow 4500 --timeout 600000 --parallel"
113
},
114
"husky": {
115
"hooks": {
0 commit comments