functional

This commit is contained in:
2021-06-23 23:30:07 -05:00
parent 3a4dcbee61
commit 2fc2fdec28
4 changed files with 12 additions and 5 deletions

View File

@@ -1,7 +1,8 @@
{
"private": true,
"scripts": {
"build": "tstl",
"build": "tstl && npm run post-build",
"post-build": "cp dist/test.lua ../test.lua",
"dev": "tstl --watch"
},
"devDependencies": {