Skip to content

Commit

Permalink
chore: update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
cheton committed Apr 20, 2021
1 parent e4f5e10 commit bbeee26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -24,7 +24,7 @@
},
"preferGlobal": true,
"scripts": {
"prebuild-latest": "npm run package-sync && bash -c \"cd src; npm version ${npm_package_version}-${COMMIT_COUNT:-latest}\" && bash scripts/prebuild-prod.sh",
"prebuild-latest": "npm run package-sync && bash -c \"cd src; npm version ${npm_package_version}-$(TZ=UTC date +'%Y%m%dT%H%M%SZ')\" && bash scripts/prebuild-prod.sh",
"prebuild-dev": "npm run package-sync && bash scripts/prebuild-dev.sh",
"prebuild-prod": "npm run package-sync && bash scripts/prebuild-prod.sh",
"build": "npm run build-prod",
Expand Down

0 comments on commit bbeee26

Please sign in to comment.