Skip to content

Commit

Permalink
chore(ci): Auto-publish via circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsonfellipe committed Jul 6, 2020
1 parent 327752e commit 67cd171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"format": "prettier --write \"{,!(node_modules|dist|Gruntfile|docs)/**/}*.{js,json}\"",
"lint": "./node_modules/eslint/bin/eslint.js lib/**/*.js lib/*.js",
"build": "grunt concat; grunt uglify",
"publish-beta": "yarn build; npm publish --tag beta"
"publish-beta": "yarn build; npm publish"
},
"devDependencies": {
"eslint": "^7.4.0",
Expand Down

0 comments on commit 67cd171

Please sign in to comment.