Skip to content

Commit

Permalink
fix scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
matteobruni committed May 31, 2020
1 parent 5fb9b21 commit 7771b70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -30,8 +30,8 @@
"version": "node ./scripts/postversion.js && git add tsParticles.nuspec",
"postversion": "git push && git push --tags",
"prepare": "npm run build",
"release:alpha": "npm version prerelease --preid alpha && npm publish --tag alpha",
"release:beta": "npm version prerelease --preid beta && npm publish --tag beta"
"release:alpha": "npm version prerelease --preid alpha",
"release:beta": "npm version prerelease --preid beta"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 7771b70

Please sign in to comment.