@j-schreiber/sf-cli-plugin-ci-template 0.1.6 → 0.1.8
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/oclif.manifest.json +1 -1
- package/package.json +1 -2
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@j-schreiber/sf-cli-plugin-ci-template",
|
|
3
3
|
"description": "Add the description of your SF CLI plugin",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.8",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "https",
|
|
7
7
|
"url": "https://github.com/j-schreiber/sf-cli-plugin-ci-template"
|
|
@@ -69,7 +69,6 @@
|
|
|
69
69
|
"format": "wireit",
|
|
70
70
|
"pretty-quick-staged": "pretty-quick --staged",
|
|
71
71
|
"lint": "wireit",
|
|
72
|
-
"postpack": "sf-clean --ignore-signing-artifacts",
|
|
73
72
|
"prepack": "sf-prepack",
|
|
74
73
|
"test": "wireit",
|
|
75
74
|
"test:nuts": "nyc mocha \"**/*.nut.ts\" --slow 4500 --timeout 600000 --parallel",
|