finished (?)

This commit is contained in:
2021-06-25 20:12:25 -05:00
parent cf00c7c212
commit df29e4d0ef
11 changed files with 150 additions and 150 deletions

View File

@@ -1,12 +1,12 @@
{
"private": true,
"scripts": {
"build": "tstl && npm run post-build",
"post-build": "cp dist/test.lua ../test.lua",
"dev": "tstl --watch"
},
"devDependencies": {
"lua-types": "^2.10.1",
"typescript-to-lua": "^0.40.1"
}
"private": true,
"scripts": {
"build": "tstl && $npm_package_scripts_postbuild",
"postbuild": "cp dist/test.lua ../test.lua",
"dev": "tstl --watch"
},
"devDependencies": {
"lua-types": "^2.10.1",
"typescript-to-lua": "^0.40.1"
}
}