Add cd commands

This commit is contained in:
Garrett Mills 2022-04-10 04:36:39 -05:00
parent c61a447592
commit 95af09d544

View File

@ -21,7 +21,9 @@
"test": "echo \"Error: no test specified\" && exit 1", "test": "echo \"Error: no test specified\" && exit 1",
"build": "excc -c package.json -t tsconfig.json", "build": "excc -c package.json -t tsconfig.json",
"app": "pnpm run build && node lib/index.js", "app": "pnpm run build && node lib/index.js",
"cli": "pnpm run build && node lib/cli.js" "cli": "pnpm run build && node lib/cli.js",
"cd:build": "docker image build . -t glmdev/mathy-api",
"cd:publish": "docker push glmdev/mathy-api"
}, },
"files": [ "files": [
"lib/**/*" "lib/**/*"