Skip to content

Commit

Permalink
오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hhgyu committed Dec 4, 2023
1 parent 9fa76dd commit 8bbe450
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@
"url": "git+https://github.com/hhgyu/setup-virtualhere.git"
},
"scripts": {
"build:setup": "ncc build -s -o dist/setup src/setup-vc.ts && cpy node_modules/@actions/tool-cache/scripts/**/* dist/setup/",
"build:scripts": "cpy node_modules/@actions/tool-cache/scripts/**/* dist/scripts/",
"build:setup": "ncc build -s -o dist/setup src/setup-vc.ts",
"build:cleanup": "ncc build -s -o dist/cleanup src/cleanup.ts ",
"build": "concurrently 'tsc' 'npm:build:setup' 'npm:build:cleanup'",
"build": "concurrently 'tsc' 'npm:build:setup' 'npm:build:cleanup' 'npm:build:scripts'",
"format": "prettier --no-error-on-unmatched-pattern --config ./.prettierrc.js --write \"**/*.{ts,yml,yaml}\"",
"format-check": "prettier --no-error-on-unmatched-pattern --config ./.prettierrc.js --check \"**/*.{ts,yml,yaml}\"",
"lint": "eslint --config ./.eslintrc.js \"**/*.ts\"",
Expand Down

0 comments on commit 8bbe450

Please sign in to comment.