mirror of
https://github.com/status-im/status-react.git
synced 2025-02-20 06:39:22 +00:00
fix the unzip script path
This commit is contained in:
parent
1a4ee2f8ab
commit
398c41d9b8
4
Makefile
4
Makefile
@ -255,7 +255,7 @@ status-go-ios: ##@status-go Compile status-go for iOS app
|
|||||||
|
|
||||||
status-go-library: SHELL := /bin/sh
|
status-go-library: SHELL := /bin/sh
|
||||||
status-go-library: ##@status-go Compile status-go for node-js
|
status-go-library: ##@status-go Compile status-go for node-js
|
||||||
unzip -d ./result/ status-go-library.zip
|
unzip -j -o -d ./result/ status-go-library.zip
|
||||||
|
|
||||||
#--------------
|
#--------------
|
||||||
# Watch, Build & Review changes
|
# Watch, Build & Review changes
|
||||||
@ -338,9 +338,11 @@ _test-clojure: export WATCH ?= false
|
|||||||
_test-clojure: status-go-library
|
_test-clojure: status-go-library
|
||||||
_test-clojure:
|
_test-clojure:
|
||||||
ifeq ($(WATCH), true)
|
ifeq ($(WATCH), true)
|
||||||
|
yarn node-pre-gyp rebuild && \
|
||||||
yarn shadow-cljs compile mocks && \
|
yarn shadow-cljs compile mocks && \
|
||||||
nodemon --exec "yarn shadow-cljs compile test && node --require ./test-resources/override.js $$SHADOW_OUTPUT_TO" -e cljs
|
nodemon --exec "yarn shadow-cljs compile test && node --require ./test-resources/override.js $$SHADOW_OUTPUT_TO" -e cljs
|
||||||
else
|
else
|
||||||
|
yarn node-pre-gyp rebuild && \
|
||||||
yarn shadow-cljs compile mocks && \
|
yarn shadow-cljs compile mocks && \
|
||||||
yarn shadow-cljs compile test && \
|
yarn shadow-cljs compile test && \
|
||||||
node --require ./test-resources/override.js "$$SHADOW_OUTPUT_TO"
|
node --require ./test-resources/override.js "$$SHADOW_OUTPUT_TO"
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
#include <string>
|
#include <string>
|
||||||
#include <queue>
|
#include <queue>
|
||||||
|
|
||||||
#include "../../../result/status-go-library/libstatus.h"
|
#include "../../../result/libstatus.h"
|
||||||
|
|
||||||
namespace status {
|
namespace status {
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user