finished (?)
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user