@merchise/rescript-action-queue
Advanced tools
+12
-4
@@ -12,3 +12,7 @@ PATH := ./node_modules/.bin/:$(PATH) | ||
| compile: $(RESCRIPT_FILES) install | ||
| rescript build -with-deps | ||
| @if [ -n "$(INSIDE_EMACS)" ]; then \ | ||
| NINJA_ANSI_FORCED=0 rescript build -with-deps; \ | ||
| else \ | ||
| rescript build -with-deps; \ | ||
| fi | ||
@@ -21,6 +25,10 @@ format: $(RESCRIPT_FILES) install | ||
| # For Emacs users | ||
| yarn.lock: package.json | ||
| node_modules yarn.lock: package.json | ||
| yarn install | ||
| compile-rescript: $(RESCRIPT_FILES) yarn.lock | ||
| [ -n "$(INSIDE_EMACS)" ] && (rescript build -with-deps | sed "s@ $(shell pwd)/@@") || rescript build -with-deps | ||
| compile-rescript: $(RESCRIPT_FILES) yarn.lock node_modules | ||
| @if [ -n "$(INSIDE_EMACS)" ]; then \ | ||
| NINJA_ANSI_FORCED=0 rescript build -with-deps; \ | ||
| else \ | ||
| rescript build -with-deps; \ | ||
| fi |
+3
-3
| { | ||
| "name": "@merchise/rescript-action-queue", | ||
| "version": "3.3.0", | ||
| "version": "4.0.0", | ||
| "description": "ReScript bindings for 'action-queue.js'", | ||
@@ -11,7 +11,7 @@ "main": "ActionQueue.bs.js", | ||
| "bs-qunit": "^0.1.1", | ||
| "rescript": "^10.0.1" | ||
| "rescript": "^10.1" | ||
| }, | ||
| "dependencies": { | ||
| "@merchise/action-queue": "3.0.1" | ||
| "@merchise/action-queue": "^4.0.0" | ||
| } | ||
| } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
4337
4.05%+ Added
- Removed