Skip to content

Commit

Permalink
Fix npm script call
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtyomVancyan committed Nov 13, 2024
1 parent a1504bc commit 6e856dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,20 @@ commands =
npm install
npm install -D @types/react@^16.0.0
npm test
npm build
npm run build

[testenv:rc17]
allowlist_externals = npm
commands =
npm install
npm install -D @types/react@^17.0.0
npm test
npm build
npm run build

[testenv:rc18]
allowlist_externals = npm
commands =
npm install
npm install -D @types/react@^18.0.0
npm test
npm build
npm run build

0 comments on commit 6e856dd

Please sign in to comment.