Skip to content

Commit

Permalink
chore: remove temporary options from release script
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey Ryazanov committed Aug 1, 2023
1 parent b629ddb commit 2352581
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 @@ -4,7 +4,7 @@
"author": "Tinkoff team",
"scripts": {
"build": "tsc && babel ./ts_temp -d build",
"release": "release-it --increment=2.6.1 -VV",
"release": "release-it",
"release:dry": "release-it --dry-run",
"benchmark": "ts-node --project tsconfig.benchmark.json runBenchmark.ts",
"prebenchmark": "npm install --no-save ts-node lodash ramda lazy.js underscore",
Expand Down

0 comments on commit 2352581

Please sign in to comment.