Skip to content

Commit

Permalink
chore(npm): update run scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
geraldyeo committed Mar 15, 2018
1 parent 33627be commit e81cf02
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ typings/

# dotenv environment variables file
.env
.envrc

# next.js build output
.next
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"author": "Gerald Yeo <gerald.yeo@gmail.com>",
"repository": {
"type": "git",
"url": "https://github.com/geraldyeo/gatsby-plugin-snowplow.git"
"url": "git@github.com:geraldyeo/gatsby-plugin-snowplow.git"
},
"main": "index.js",
"license": "MIT",
"scripts": {
"build": "babel src --out-dir .",
"watch": "yarn run build -w",
"prepublish": "cross-env NODE_ENV=production yarn run build",
"prepublishOnly": "cross-env NODE_ENV=production yarn run build",
"publish": "semantic-release",
"publish:dry-run": "semantic-release --debug --dry-run --no-ci"
},
Expand Down

0 comments on commit e81cf02

Please sign in to comment.