Skip to content

Commit

Permalink
bring pack release command
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Jan 3, 2024
1 parent 53852b0 commit ee7254f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
"clean": "rimraf _results_ allure-report coverage dist tests/_results_",
"demo:mocha": "npx wdio run demo/wdio.conf.ts",
"demo:cucumber": "npx wdio run demo/wdio.cucumber.conf.ts",
"release": "release-it --github.release",
"release:ci": "npm run release -- --ci --npm.skipChecks --no-git.requireCleanWorkingDir",
"test": "run-s test:*",
"test:lint": "eslint src",
"test:unit": "npx vitest --coverage --run",
Expand Down

0 comments on commit ee7254f

Please sign in to comment.