functional

This commit is contained in:
2021-06-28 16:25:53 -05:00
parent a6bfb8e8c7
commit f284a27ded
10 changed files with 562 additions and 32 deletions

View File

@@ -2,7 +2,7 @@
"private": true,
"scripts": {
"build": "tstl && $npm_package_scripts_postbuild",
"postbuild": "cp dist/test.lua ../test.lua",
"postbuild": "cp ./dist/test.lua ../",
"dev": "tstl --watch"
},
"devDependencies": {