Skip to content
This repository has been archived by the owner on Jun 4, 2022. It is now read-only.

Commit

Permalink
Fix yarn test-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
arichiardi committed May 5, 2018
1 parent 7d2bb92 commit ba75e0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -22,7 +22,7 @@
"bundle": "node scripts/bundle.js --dev",
"build": "cross-env NODE_ENV=production node scripts/bundle.js",
"dev": "node target/bundle.js -k lumo-cache -c target",
"test-dev": "node target/bundle.js -k test-lumo-cache -c target:src/test/cljs:src/test/lumo:src/test/cljs_cp -D org.clojure/test.check:0.10.0-alpha",
"test-dev": "node target/bundle.js -k test-lumo-cache -c target:src/test/cljs:src/test/lumo:src/test/cljs_cp -D org.clojure/test.check:0.10.0-alpha2",
"postinstall": "opencollective postinstall"
},
"main": "./src/js/index.js",
Expand Down

0 comments on commit ba75e0e

Please sign in to comment.