8000
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 2b732b8 commit 6277dd1Copy full SHA for 6277dd1
package.json
@@ -5,7 +5,7 @@
5
"description": "Setup python action",
6
"main": "dist/index.js",
7
"scripts": {
8
- "build": "tsc",
+ "build": "ncc build -o dist/setup src/setup-python.ts && ncc build -o dist/cache-save src/cache-save.ts",
9
"format": "prettier --write \"{,!(node_modules)/**/}*.ts\"",
10
"format-check": "prettier --check \"{,!(node_modules)/**/}*.ts\"",
11
"release": "ncc build -o dist/setup src/setup-python.ts && ncc build -o dist/cache-save src/cache-save.ts && git add -f dist/",
0 commit comments