From 8faaa67399656e5b7eda5da90f7e33f53b69d096 Mon Sep 17 00:00:00 2001 From: gnuxie Date: Wed, 23 Feb 2022 16:21:46 +0000 Subject: [PATCH] LwL --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index aa5238c..44d516c 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "private": true, "scripts": { "build": "tsc", - "postbuild": "rm -rf lib/test/ && rsync -a lib/src/ lib/ && rm -rf lib/src/", + "postbuild": "rm -rf lib/test/ && cp -r lib/src/* lib/ && rm -rf lib/src/", "lint": "tslint --project ./tsconfig.json -t stylish", "start:dev": "yarn build && node --async-stack-traces lib/index.js", "test": "ts-mocha --project ./tsconfig.json test/commands/**/*.ts",