@form8ion/utils-cli 3.0.4-alpha.2 → 3.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/form8ion-utils.js +2 -2
- package/package.json +2 -2
package/bin/form8ion-utils.js
CHANGED
|
@@ -29,7 +29,7 @@ var updateNotifier__default = /*#__PURE__*/_interopDefaultLegacy(updateNotifier)
|
|
|
29
29
|
var name = "@form8ion/utils-cli";
|
|
30
30
|
var description = "cli for various tools for the organization";
|
|
31
31
|
var license = "MIT";
|
|
32
|
-
var version = "3.0.4
|
|
32
|
+
var version = "3.0.4";
|
|
33
33
|
var bin = {
|
|
34
34
|
"form8ion-utils": "bin/form8ion-utils.js"
|
|
35
35
|
};
|
|
@@ -51,7 +51,7 @@ var scripts = {
|
|
|
51
51
|
test: "npm-run-all --print-label --parallel lint:* --parallel test:*",
|
|
52
52
|
"test:unit": "cross-env NODE_ENV=test c8 run-s test:unit:base",
|
|
53
53
|
"test:unit:base": "DEBUG=any mocha 'src/**/*-test.js'",
|
|
54
|
-
"coverage:report": "
|
|
54
|
+
"coverage:report": "c8 report --reporter=text-lcov > coverage.lcov && codecov",
|
|
55
55
|
"test:integration": "run-s 'test:integration:base -- --profile noWip'",
|
|
56
56
|
"test:integration:base": "NODE_OPTIONS=--enable-source-maps DEBUG=any cucumber-js test/integration --profile base",
|
|
57
57
|
"test:integration:debug": "DEBUG=nock.* run-s test:integration",
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@form8ion/utils-cli",
|
|
3
3
|
"description": "cli for various tools for the organization",
|
|
4
4
|
"license": "MIT",
|
|
5
|
-
"version": "3.0.4
|
|
5
|
+
"version": "3.0.4",
|
|
6
6
|
"bin": {
|
|
7
7
|
"form8ion-utils": "bin/form8ion-utils.js"
|
|
8
8
|
},
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"test": "npm-run-all --print-label --parallel lint:* --parallel test:*",
|
|
25
25
|
"test:unit": "cross-env NODE_ENV=test c8 run-s test:unit:base",
|
|
26
26
|
"test:unit:base": "DEBUG=any mocha 'src/**/*-test.js'",
|
|
27
|
-
"coverage:report": "
|
|
27
|
+
"coverage:report": "c8 report --reporter=text-lcov > coverage.lcov && codecov",
|
|
28
28
|
"test:integration": "run-s 'test:integration:base -- --profile noWip'",
|
|
29
29
|
"test:integration:base": "NODE_OPTIONS=--enable-source-maps DEBUG=any cucumber-js test/integration --profile base",
|
|
30
30
|
"test:integration:debug": "DEBUG=nock.* run-s test:integration",
|