1
0
mirror of https://github.com/c9fe/22120.git synced 2024-10-27 06:02:31 +01:00
This commit is contained in:
Cris Stringfellow 2022-01-05 14:28:36 +08:00
parent 0a9ace5519
commit 848d1cef25
3 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "archivist1",
"version": "2.4.12",
"version": "2.4.13",
"description": "Library server and an archivist browser controller.",
"main": "build/22120.js",
"module": "src/app.js",

View File

@ -2,4 +2,5 @@
cp ./.package.dev.json ./package.json
cp ./src/.common.dev.js ./src/common.js
npm version patch

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash
./scripts/go_build.sh
gpush "$@"
gpush minor "$@"
./scripts/go_dev.sh