mirror of https://github.com/status-im/reagent.git
Fix test file checks
This commit is contained in:
parent
36b0924e2d
commit
df3443ba5f
|
@ -21,8 +21,8 @@ test:
|
||||||
# Node Modules - Browser
|
# Node Modules - Browser
|
||||||
- npm install
|
- npm install
|
||||||
- lein with-profile test do clean, doo chrome-headless client once
|
- lein with-profile test do clean, doo chrome-headless client once
|
||||||
- test -f out/node_modules/react/react.js
|
- test -f out/node_modules/react/index.js
|
||||||
|
|
||||||
# Node Modules - Node Target
|
# Node Modules - Node Target
|
||||||
- lein with-profile node-test do clean, doo node client once
|
- lein with-profile node-test do clean, doo node client once
|
||||||
- test -f out/node_modules/react/react.js
|
- test -f out/node_modules/react/index.js
|
||||||
|
|
Loading…
Reference in New Issue