We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1504bc commit 6e856ddCopy full SHA for 6e856dd
tox.ini
@@ -10,20 +10,20 @@ commands =
10
npm install
11
npm install -D @types/react@^16.0.0
12
npm test
13
- npm build
+ npm run build
14
15
[testenv:rc17]
16
allowlist_externals = npm
17
commands =
18
19
npm install -D @types/react@^17.0.0
20
21
22
23
[testenv:rc18]
24
25
26
27
npm install -D @types/react@^18.0.0
28
29
0 commit comments