From f4cac0cc13c7952ac3a1d982678719aa98540ed0 Mon Sep 17 00:00:00 2001 From: sinkaroid Date: Tue, 18 Apr 2023 14:37:40 +0700 Subject: [PATCH] chore(release): 1.6.1-alpha, flyctl deploy --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index ec75306..1557ec4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lustpress", - "version": "1.6.0-alpha", + "version": "1.6.1-alpha", "description": "RESTful and experimental API for PornHub and other porn sites, which official is lack even isn't exist.", "main": "build/src/index.js", "scripts": { @@ -10,6 +10,7 @@ "test:mock": "ts-node test/mock.ts", "start:prod": "npm run build && node build/src/index.js", "start:dev": "ts-node-dev src/index.ts", + "start:flyctl": "flyctl deploy", "lint": "eslint . --ext .ts", "lint:fix": "eslint . --fix", "build:freshdoc": "rimraf docs && rimraf template && rimraf theme.zip",