We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2049d2 commit 798c37dCopy full SHA for 798c37d
rollup.config.js
@@ -9,4 +9,5 @@ export default {
9
plugins: [
10
pluginTypescript(),
11
],
12
+ external: ['fs', 'path', '@actions/core', 'child_process', 'shell-escape', '@actions/github'],
13
};
0 commit comments