Skip to content

Commit d8bc799

Browse files
committed
Check if build succeeds
1 parent 0a5c855 commit d8bc799

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tox.ini

+3
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,20 @@ commands =
1010
npm install
1111
npm install -D @types/react@^16.0.0
1212
npm test
13+
npm build
1314

1415
[testenv:rc17]
1516
allowlist_externals = npm
1617
commands =
1718
npm install
1819
npm install -D @types/react@^17.0.0
1920
npm test
21+
npm build
2022

2123
[testenv:rc18]
2224
allowlist_externals = npm
2325
commands =
2426
npm install
2527
npm install -D @types/react@^18.0.0
2628
npm test
29+
npm build

0 commit comments

Comments
 (0)