chore: workflows

This commit is contained in:
Mo
2022-06-12 20:41:38 -05:00
parent b46a229970
commit 6642dbad51
10 changed files with 14 additions and 15 deletions

View File

@@ -4,7 +4,7 @@
"private": true,
"main": "./dist/index.js",
"scripts": {
"build": "yarn tsc",
"build": "echo BUILDING TOAST && yarn tsc",
"clean": "rm -fr dist",
"prestart": "yarn clean",
"start": "tsc -p tsconfig.json --watch",