Update package.json

This commit is contained in:
2022-03-06 20:20:20 +07:00
parent d610c692ad
commit bc58360cde

View File

@@ -9,7 +9,7 @@
"scripts": { "scripts": {
"tsc": "tsc", "tsc": "tsc",
"development": "ts-node-dev ./src/index.ts --respawn --transpileOnly", "development": "ts-node-dev ./src/index.ts --respawn --transpileOnly",
"build": "tsc -b && copyfiles -u 1 configs_example/**/*.* build/configs_example/", "build": "tsc -b && copyfiles -u 1 configs_example/**/*.* dist/configs_example/",
"docker-build": "docker build . -t cloudflare-ddns-updater:latest" "docker-build": "docker build . -t cloudflare-ddns-updater:latest"
}, },
"name": "cloudflare-ddns-updater", "name": "cloudflare-ddns-updater",