Skip to content

Commit a045e23

Browse files
committed
package.json: Update nerdctl-stub invocation
We can force the script to be runnable because it's from the same repository as the command used to invoke it; i.e. there is no privilege escalation involved. Signed-off-by: Mark Yen <[email protected]>
1 parent 3b4d440 commit a045e23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"lint:go:fix": "node scripts/ts-wrapper.js scripts/lint-go.ts --fix",
2626
"lint:go:nofix": "node scripts/ts-wrapper.js scripts/lint-go.ts",
2727
"lint:spelling": "bash scripts/spelling.sh",
28-
"generate:nerdctl-stub": "powershell scripts/windows/generate-nerdctl-stub.ps1",
28+
"generate:nerdctl-stub": "powershell -ExecutionPolicy RemoteSigned scripts/windows/generate-nerdctl-stub.ps1",
2929
"generate:extension-data": "node scripts/ts-wrapper.js scripts/extension-data.ts",
3030
"build": "node scripts/ts-wrapper.js scripts/build.ts",
3131
"package": "node scripts/ts-wrapper.js scripts/package.ts",

0 commit comments

Comments
 (0)