We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a5c855 commit d8bc799Copy full SHA for d8bc799
tox.ini
@@ -10,17 +10,20 @@ commands =
10
npm install
11
npm install -D @types/react@^16.0.0
12
npm test
13
+ npm 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