Skip to content

Commit

Permalink
Allow release from any branch
Browse files Browse the repository at this point in the history
  • Loading branch information
arturmuller committed Jul 27, 2024
1 parent a7f7cd1 commit c20c046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"lint": "npm run lint:eslint && npm run lint:prettier",
"lint:eslint": "eslint '{src,test}/*.{js,ts}'",
"lint:prettier": "prettier '**/*.{js,json,ts}' --check",
"release": "npm run build && npm run lint && np",
"release": "npm run build && npm run lint && np --any-branch",
"test": "npm run build && npm run test:types && npm run test:vitest",
"test:types": "tsc --noEmit && tsc --project ./test/tsconfig.json --noEmit",
"test:vitest": "vitest run",
Expand Down

0 comments on commit c20c046

Please sign in to comment.