Skip to content

Commit

Permalink
fix(project): minor
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Nahas committed Nov 4, 2023
1 parent 5601258 commit 04b531e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/ngx-long-press2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"release:patch": "../../node_modules/.bin/release-it --patch --ci",
"release:minor": "../../node_modules/.bin/release-it --minor --ci",
"release:major": "../../node_modules/.bin/release-it --major --ci",
"release:custom": "../../node_modules/.bin/release-it 5.0.0 --ci --no-git.requireCleanWorkingDir",
"release:custom": "../../node_modules/.bin/release-it 16.0.0 --ci --no-git.requireCleanWorkingDir",
"ng:test": "../../node_modules/.bin/ng test ngx-long-press2",
"test": "../../node_modules/.bin/jest --coverage",
"test:watch": "../../node_modules/.bin/jest --coverage --watch"
Expand Down

0 comments on commit 04b531e

Please sign in to comment.