Skip to content

Commit 4dca7ee

Browse files
committed
🔧 Change test command to dev
1 parent 13e5b8e commit 4dca7ee

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,5 @@ git clone [email protected]:ghivert/cljs-local-storage.git
7676
yarn
7777

7878
# Run the tests
79-
yarn test
79+
yarn dev
8080
```

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"author": "Guillaume Hivert <[email protected]>",
66
"license": "MIT",
77
"scripts": {
8-
"test": "shadow-cljs watch test & http-server resources/public -p 3333 -o",
9-
"ci": "shadow-cljs compile ci && karma start --single-run"
8+
"test": "shadow-cljs compile ci && karma start --single-run",
9+
"dev": "shadow-cljs watch test & http-server resources/public -p 3333 -o"
1010
},
1111
"dependencies": {},
1212
"devDependencies": {

0 commit comments

Comments
 (0)