From 083df1106316743b73f42fc2f77dd29adceffc48 Mon Sep 17 00:00:00 2001 From: Tom Keller Date: Mon, 4 Nov 2024 11:11:48 -0800 Subject: [PATCH] fix: cpy syntax on npm package --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9557f2f6c..d20de9289 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "scripts": { "build": "tsc --project tsconfig.build.json", "lint": "biome check --error-on-warnings ./src", - "package": "npm run build && ncc build --license THIRD-PARTY -o dist && ncc build src/cleanup/index.ts -o dist/cleanup && cpy -E dist/THIRD-PARTY . && del-cli dist/THIRD-PARTY", + "package": "npm run build && ncc build --license THIRD-PARTY -o dist && ncc build src/cleanup/index.ts -o dist/cleanup && cpy dist/THIRD-PARTY . && del-cli dist/THIRD-PARTY", "test": "npm run lint && vitest run" }, "author": {