Skip to content

Commit 6277dd1

Browse files
Fix build command (#306)
1 parent 2b732b8 commit 6277dd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description": "Setup python action",
66
"main": "dist/index.js",
77
"scripts": {
8-
"build": "tsc",
8+
"build": "ncc build -o dist/setup src/setup-python.ts && ncc build -o dist/cache-save src/cache-save.ts",
99
"format": "prettier --write \"{,!(node_modules)/**/}*.ts\"",
1010
"format-check": "prettier --check \"{,!(node_modules)/**/}*.ts\"",
1111
"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

Comments
 (0)