From 1067d116194632f28cc3b89650feeed5f2bcc54a Mon Sep 17 00:00:00 2001 From: svc-developer <75763841+svc-developer@users.noreply.github.com> Date: Thu, 3 Nov 2022 14:58:54 -0700 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d6185240..a29bfefa 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "scripts": { "build": "rm -rf ./.build && babel lib -d .build/lib && babel index.js --out-file .build/index.js && cp package.json ./.build && cp README.md ./.build", "build-win": "babel lib -d .build/lib && babel index.js --out-file .build/index.js && copy package.json .build && copy README.md .build", - "build-tsc": "tsc && copy package.json .build && copy README.md .build", + "build-tsc": "tsc && cp package.json .build && cp README.md .build", "test": "jest", "lint": "eslint lib/**/*.js test/**/*.js --cache", "format": "prettier --single-quote --write ./test/**/*.js ./lib/*.js ./lib/**/*.js",