Skip to content

Commit

Permalink
Update release command
Browse files Browse the repository at this point in the history
  • Loading branch information
Machy8 committed Jul 14, 2024
1 parent 0e6c9a0 commit 833167e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"scripts": {
"repo:init": "npm i -r && npm run repo:install-playwright",
"repo:install-playwright": "npx playwright install --with-deps",
"repo:publish": "npm login --auth-type=legacy && npm publish --workspaces",
"repo:publish:patch": "npm login --auth-type=legacy && npm version --workspaces patch && npm publish --workspaces",
"eslint:check": "eslint eslint.config.mjs packages/signalizejs/src/**/*.js",
"eslint:fix": "eslint eslint.config.mjs packages/signalizejs/src/**/*.js --fix",
"tests:run": "npx playwright test",
Expand Down
2 changes: 1 addition & 1 deletion packages/signalizejs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "signalizejs",
"version": "0.1.3",
"version": "0.1.4",
"description": "A client-side JavaScript framework designed for swift web development with minimum JavaScript.",
"keywords": [
"signalize",
Expand Down

0 comments on commit 833167e

Please sign in to comment.