Update package.json

pull/132/head
hansong 2019-01-28 15:02:08 +08:00
parent 1abdf45a94
commit ed37ac2c80
1 changed files with 2 additions and 2 deletions

View File

@ -10,8 +10,8 @@
"build:win": "go build -tags release -ldflags \"-s -w\" -o EasyDarwin.exe", "build:win": "go build -tags release -ldflags \"-s -w\" -o EasyDarwin.exe",
"build:lin": "go build -tags release -ldflags \"-X 'main.buildDateTime=$(date '+%Y-%m-%d %H:%M:%S')' -X 'main.gitCommitCode=$(git rev-list --full-history --all --abbrev-commit --max-count 1)' -s -w\" -o easydarwin", "build:lin": "go build -tags release -ldflags \"-X 'main.buildDateTime=$(date '+%Y-%m-%d %H:%M:%S')' -X 'main.gitCommitCode=$(git rev-list --full-history --all --abbrev-commit --max-count 1)' -s -w\" -o easydarwin",
"build:dev": "go build -o EasyDarwin.exe", "build:dev": "go build -o EasyDarwin.exe",
"dev": "gobuild -o EasyDarwin.exe", "dev": "go build -o EasyDarwin.exe",
"dev:lin": "gobuild -o easydarwin", "dev:lin": "go build -o easydarwin",
"dev:www": "cd web_src && npm run start", "dev:www": "cd web_src && npm run start",
"clean": "rimraf EasyDarwin.exe EasyDarwin.exe~ easydarwin" "clean": "rimraf EasyDarwin.exe EasyDarwin.exe~ easydarwin"
}, },