This commit is contained in:
gnuxie 2022-02-23 16:21:46 +00:00
parent 72afdb609d
commit 8faaa67399

View File

@ -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",