Add cd commands

master
Garrett Mills 2 years ago
parent c61a447592
commit 95af09d544

@ -21,7 +21,9 @@
"test": "echo \"Error: no test specified\" && exit 1",
"build": "excc -c package.json -t tsconfig.json",
"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": [
"lib/**/*"

Loading…
Cancel
Save