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 5e2c56b commit f5c9d18Copy full SHA for f5c9d18
package.json
@@ -5,7 +5,7 @@
5
"description": "setup node action",
6
"main": "lib/setup-node.js",
7
"scripts": {
8
- "build": "tsc && ncc build -o dist/setup src/setup-node.ts && ncc build -o dist/cache-save src/cache-save.ts",
+ "build": "ncc build -o dist/setup src/setup-node.ts && ncc build -o dist/cache-save src/cache-save.ts",
9
"format": "prettier --write **/*.ts",
10
"format-check": "prettier --check **/*.ts",
11
"test": "jest",
0 commit comments