Skip to content

Commit 8ba03d7

Browse files
committed
Dropped npm-run-all which I didn't really need, and just added a bunch of dependencies dependabot can force me to upgrade constantly
1 parent d52cb37 commit 8ba03d7

File tree

2 files changed

+5
-524
lines changed

2 files changed

+5
-524
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
"clean": "rescript clean",
77
"start": "rescript build -w",
88
"test": "pta 'lib/js/test/atomic/*.test.bs.js'",
9-
"clean-build": "run-s clean build",
10-
"clean-start": "run-s clean start",
11-
"clean-test": "run-s clean build test",
9+
"clean-build": "yarn clean && yarn build",
10+
"clean-start": "yarn clean && yarn start",
11+
"clean-test": "yarn clean && yarn build test",
1212
"test-start": "onchange --await-write-finish 1000 --initial 'lib/js/{test,src}/**/*.bs.js' -- yarn test",
1313
"test-watchexec": "watchexec -r -d 0 -w lib/bs -e log -- yarn test"
1414
},
@@ -22,9 +22,9 @@
2222
"dependencies": {},
2323
"devDependencies": {
2424
"@dusty-phillips/rescript-zora": "^2.0.0",
25-
"npm-run-all": "^4.1.5",
2625
"onchange": "^7.1.0",
2726
"pta": "^1.0.0",
28-
"rescript": "^9.1.4"
27+
"rescript": "^9.1.4",
28+
"zora": "^5.0.0"
2929
}
3030
}

0 commit comments

Comments
 (0)