This commit is contained in:
2021-07-11 00:12:41 -05:00
parent a68095ba90
commit fc21605138

View File

@@ -3,7 +3,6 @@
"main": "index.ts",
"scripts": {
"start": "ts-node .",
"build": "tsc .",
"start-node": "node ."
"tmux": "tmux new-session -d -s $npm_package_name \"$npm_package_scripts_start\""
}
}