Skip to content

Commit

Permalink
chore: fix scripts release
Browse files Browse the repository at this point in the history
  • Loading branch information
dlepaux committed Jan 28, 2024
1 parent f26b1b5 commit 70aeb5f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
"lint": "xo",
"lint:fix": "xo --fix",
"prepare": "husky install",
"release:patch": "bash bin/release/version patch",
"release:minor": "bash bin/release/version minor",
"release:major": "bash bin/release/version major",
"release:patch": "bash bin/release/version.sh patch",
"release:minor": "bash bin/release/version.sh minor",
"release:major": "bash bin/release/version.sh major",
"testing:prepare": "ts-node testing/tools/generate-manifest.ts",
"testing": "web-dev-server --open /testing/ --node-resolve",
"test": "web-test-runner --node-resolve"
Expand Down

0 comments on commit 70aeb5f

Please sign in to comment.