mirror of
https://github.com/kenzok8/small-package
synced 2025-09-18 18:51:16 +08:00
update 2023-02-27 23:38:23
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=sub-web
|
||||
PKG_RELEASE:=2
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_URL:=https://github.com/CareyWang/sub-web.git
|
||||
@ -35,7 +35,7 @@ define Build/Compile
|
||||
( \
|
||||
pushd "$(PKG_BUILD_DIR)"; \
|
||||
yarn install; \
|
||||
yarn build; \
|
||||
NODE_OPTIONS=--openssl-legacy-provider yarn build; \
|
||||
popd ; \
|
||||
)
|
||||
endef
|
||||
|
||||
Reference in New Issue
Block a user