Skip to content

Commit

Permalink
fix: 🐛 updated release command to fix npm publish (#357)
Browse files Browse the repository at this point in the history
  • Loading branch information
WasiqB authored Jul 20, 2024
1 parent 9f27513 commit 77d9d3a
Show file tree
Hide file tree
Showing 5 changed files with 1,379 additions and 6,855 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ yarn.lock
videos/
screenshots/
downloads/
*.ndjson
*.ndjson
dist/
4 changes: 2 additions & 2 deletions examples/cypress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
"devDependencies": {
"@badeball/cypress-cucumber-preprocessor": "^20.1.0",
"@cypress/browserify-preprocessor": "^3.0.2",
"cypress": "^13.11.0",
"cypress": "^13.13.1",
"multiple-cucumber-html-reporter": "^3.6.2"
},
"dependencies": {
"dayjs": "^1.11.11",
"dayjs": "^1.11.12",
"fs": "^0.0.1-security"
}
}
88 changes: 37 additions & 51 deletions examples/cypress/pnpm-lock.yaml

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
"license": "MIT",
"scripts": {
"release": "release-it",
"release.ci": "pnpm release -- --ci",
"release.patch": "pnpm release.ci -- patch",
"release.minor": "pnpm release.ci -- minor",
"release.major": "pnpm release.ci -- major",
"release.ci": "pnpm release --ci",
"release.patch": "pnpm release.ci patch",
"release.minor": "pnpm release.ci minor",
"release.major": "pnpm release.ci major",
"test": "node ./test/test.js",
"unit.test": "jasmine JASMINE_CONFIG_PATH=test/unit/jasmine.json",
"unit.test.coverage": "JASMINE_CONFIG_PATH=test/unit/jasmine.json nyc jasmine"
Expand All @@ -43,7 +43,7 @@
"devDependencies": {
"jasmine": "^5.1.0",
"nyc": "^17.0.0",
"release-it": "^17.3.0"
"release-it": "^17.6.0"
},
"packageManager": "pnpm@9.3.0"
"packageManager": "pnpm@9.5.0"
}
Loading

0 comments on commit 77d9d3a

Please sign in to comment.