Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dotgreg
tiro-notes
Commits
95212e01
Commit
95212e01
authored
Jun 05, 2022
by
greg@1m
Browse files
preparing for 0.30 release
parent
b73783fd
Changes
2
Hide whitespace changes
Inline
Side-by-side
package.json
View file @
95212e01
...
...
@@ -18,7 +18,7 @@
"server"
:
"npm run --prefix ./server start"
,
"================== PLATFORMS RELATED =================== "
:
""
,
"publish-cli"
:
"cd ./platforms/npm-cli-module; npm run build-then-publish-dev;"
,
"__PUBLISH_ELECTRON__"
:
"
push to master
> github ci > .github/workflows/node.js.yml"
,
"__PUBLISH_ELECTRON__"
:
"
update version in platforms/electron/package.json > push to release branch
> github ci > .github/workflows/node.js.yml"
,
"================== NODE BUILD =================== "
:
""
,
"build"
:
"CI=false npm run build-then-export"
,
"build-then-export"
:
"run-s create-build-folders build-client build-server build-docs clean-prev-build export-the-build copy-build-to-electron-folder"
,
...
...
platforms/electron/package.json
View file @
95212e01
{
"name"
:
"Tiro Notes"
,
"productName"
:
"Tiro Notes"
,
"version"
:
"0.
27.4
"
,
"version"
:
"0.
30.1
"
,
"description"
:
"Tiro Notes"
,
"main"
:
"src/index.js"
,
"scripts"
:
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment