Skip to content

Commit 6e856dd

Browse files
committed
Fix npm script call
1 parent a1504bc commit 6e856dd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: tox.ini

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

1515
[testenv:rc17]
1616
allowlist_externals = npm
1717
commands =
1818
npm install
1919
npm install -D @types/react@^17.0.0
2020
npm test
21-
npm build
21+
npm run build
2222

2323
[testenv:rc18]
2424
allowlist_externals = npm
2525
commands =
2626
npm install
2727
npm install -D @types/react@^18.0.0
2828
npm test
29-
npm build
29+
npm run build

0 commit comments

Comments
 (0)