Skip to content

Commit

Permalink
push for testing with release
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesvillarrubia committed Nov 22, 2023
1 parent 2383f6a commit 238d4aa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"test": "printf '\\33c\\e[3J' && npm run lint && npm run coverage",
"test:dev": "printf '\\33c\\e[3J' && npm run lint && npm run mocha -- --watch --esm --watch-files ./test/**/*,./src/**",
"coverage": "nyc npm run mocha",
"release": "release-it --dry-run --ci --config .release-it.js",
"release": "release-it --dry-run --ci --config .release-it.cjs",
"___install": "npm run add:build && npm run add:merge && npm run add:generate && npm run add:validate && npm run add:mock && npm run add:swagger"
},
"semistandard": {
Expand Down

0 comments on commit 238d4aa

Please sign in to comment.