File tree Expand file tree Collapse file tree 2 files changed +5
-524
lines changed
Expand file tree Collapse file tree 2 files changed +5
-524
lines changed Original file line number Diff line number Diff line change 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 },
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}
You can’t perform that action at this time.
0 commit comments