Skip to content

Commit

Permalink
chore(ci): drop explicty standard version from package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Oct 24, 2023
1 parent c2dcb61 commit df82ddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress-multi-reporters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"lint": "eslint .",
"test": "nyc mocha --require node_modules/chai/register-expect --timeout 5000 tests/**/*.test.js*",
"deploy:prepare": "./scripts/create_npmrc_file.sh",
"release": "standard-version --release-as 1.6.3",
"release": "standard-version",
"release:trigger": "./scripts/trigger-release.sh"
},
"author": "Stanley Ng <[email protected]",
Expand Down

1 comment on commit df82ddb

@vercel
Copy link

@vercel vercel bot commented on df82ddb Oct 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.