mirror of https://github.com/status-im/reagent.git
Fix
This commit is contained in:
parent
33ee8a89b9
commit
3b6887b7bd
|
@ -8,10 +8,10 @@ dependencies:
|
|||
- lein deps
|
||||
- npm install -g karma-cli
|
||||
- npm install
|
||||
- rm -rf node_modules/react node_modules/react-dom node_modules/create-react-class node_modules/@cljs-oss
|
||||
test:
|
||||
override:
|
||||
# Cljsjs - browser
|
||||
- rm -rf node_modules/react node_modules/react-dom node_modules/create-react-class node_modules/@cljs-oss
|
||||
- lein with-profile test do clean, doo chrome-headless client once
|
||||
- test -f out/cljsjs/react/development/react.inc.js
|
||||
|
||||
|
|
Loading…
Reference in New Issue