Skip to content

Commit a698d8a

Browse files
committed
chore: updates from devScripts
1 parent 3256c25 commit a698d8a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"devDependencies": {
1919
"@oclif/plugin-command-snapshot": "^5.0.9",
2020
"@salesforce/cli-plugins-testkit": "^5.1.9",
21-
"@salesforce/dev-scripts": "^8.4.0",
21+
"@salesforce/dev-scripts": "^8.4.1",
2222
"@salesforce/plugin-command-reference": "^3.0.69",
2323
"@salesforce/ts-sinon": "1.4.19",
2424
"@types/shelljs": "^0.8.14",
@@ -105,7 +105,7 @@
105105
"format": "wireit",
106106
"link-check": "wireit",
107107
"lint": "wireit",
108-
"postpack": "sf-clean",
108+
"postpack": "sf-clean --ignore-signing-artifacts",
109109
"prepack": "sf-prepack",
110110
"prepare": "sf-install",
111111
"test": "wireit",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1674,10 +1674,10 @@
16741674
resolved "https://registry.yarnpkg.com/@salesforce/dev-config/-/dev-config-4.1.0.tgz#e529576466d074e7a5f1441236510fef123da01e"
16751675
integrity sha512-2iDDepiIwjXHS5IVY7pwv8jMo4xWosJ7p/UTj+lllpB/gnJiYLhjJPE4Z3FCGFKyvfg5jGaimCd8Ca6bLGsCQA==
16761676

1677-
"@salesforce/dev-scripts@^8.4.0":
1678-
version "8.4.0"
1679-
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-8.4.0.tgz#bdf48878d1f12ce31f8f4ef9989eb1e5382656c7"
1680-
integrity sha512-Gn/OvBYUrr0bGd5e3Z+UyeHJ18ub0fwALJWPAZ54JEHNkcTWajek9BO/YER9a7/N2eU0/TDP9IfDdgVQrMAyWg==
1677+
"@salesforce/dev-scripts@^8.4.1":
1678+
version "8.4.1"
1679+
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-8.4.1.tgz#538726304bc5c73c0a36d57e1b59f77eeab8b05a"
1680+
integrity sha512-qycbhwoRB+dFcw5BHZbW0AqvonQWTkq3QOWb1V7irbf7WFaE1/+Bs+YPfuc5+O7mhx++LER0EkcoeewbHjm0Gg==
16811681
dependencies:
16821682
"@commitlint/cli" "^17.1.2"
16831683
"@commitlint/config-conventional" "^17.8.1"

0 commit comments

Comments
 (0)