Skip to content

Commit

Permalink
Merge pull request #141 from scania/bug/solve-release-script
Browse files Browse the repository at this point in the history
Bug - Rename release script for tag next
  • Loading branch information
Ela Yudhanira authored May 5, 2020
2 parents 14da782 + f33496c commit cd418f2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 33 deletions.
43 changes: 12 additions & 31 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "scania-theme",
"version": "1.1.1",
"version": "1.1.2-1",
"description": "Scania theme is a package to style Scania looks and feel in the Corporate UI 4.0 setup.",
"main": "dist/module.js",
"scripts": {
"start": "gulp",
"build": "gulp build",
"test": "echo \"Error: no test specified\" && exit 1",
"release": "npm run git && npm publish",
"prerelease": "npm run git && npm publish --tag next",
"next": "npm run git && npm publish --tag next",
"git": "git checkout master",
"prepublishOnly": "npm run build"
},
Expand Down

0 comments on commit cd418f2

Please sign in to comment.