Skip to content

Commit

Permalink
new build and copy instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
FoxTale-Labs committed Aug 1, 2023
1 parent ca41510 commit ca03164
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -7,7 +7,8 @@
"funding": "https://paypal.me/PureNodes",
"scripts": {
"build": "tsc",
"buildandcopy": "tsc && cp ./src/config.cfg ./lib/config.cfg",
"buildandcopylx": "tsc && cp ./src/config.cfg ./lib/config.cfg",
"buildandcopywin": "tsc && copy .\\src\\config.cfg .\\lib\\config.cfg",
"start": "tsc && cd ./lib && node pteroly.js",
"lint": "eslint . --ext .ts",
"test": "tsc"
Expand Down

0 comments on commit ca03164

Please sign in to comment.