Guest User

Untitled

a guest
Feb 23rd, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. {
  2. "scripts": {
  3. "build-staging": "npm run build-with-sha --git_sha=\"$(echo | git --git-dir=./.git rev-parse origin/master)\"",
  4. "build-with-sha": "MY_GIT_SHA_VAR=$npm_config_git_sha npm run build"
  5. }
  6. }
Add Comment
Please, Sign In to add comment