Compare commits

..
4 Commits
Author SHA1 Message Date
Molunerfinn fecd35cb06 1.0.2 2017-12-12 19:57:42 +08:00
Molunerfinn 4a9623e49f Fixed: travis release config 2017-12-12 19:57:36 +08:00
Molunerfinn e1ed998153 1.0.1 2017-12-12 19:47:43 +08:00
Molunerfinn 3a97d019d1 Fixed: release script 2017-12-12 19:47:12 +08:00
2 changed files with 5 additions and 4 deletions
+2 -2
View File
@@ -37,7 +37,7 @@ install:
script:
#- xvfb-maybe node_modules/.bin/karma start test/unit/karma.conf.js
#- yarn run pack && xvfb-maybe node_modules/.bin/mocha test/e2e
- yarn run build
- npm run release
- yarn run build:docs
branches:
only:
@@ -49,4 +49,4 @@ after_script:
- git config user.email "marksz@teamsz.xyz"
- git add .
- git commit -m "Travis build docs"
- git push --force --quiet "https://${GITHUB_TOKEN}@github.com/Molunerfinn/PicGo.git" master:gh-pages
- git push --force --quiet "https://${GH_TOKEN}@github.com/Molunerfinn/PicGo.git" master:gh-pages
+3 -2
View File
@@ -1,12 +1,13 @@
{
"name": "picgo",
"version": "1.0.0",
"version": "1.0.2",
"author": "Molunerfinn <marksz@teamsz.xyz>",
"description": "Easy to upload your pic & copy to write",
"license": "MIT",
"main": "./dist/electron/main.js",
"scripts": {
"build": "node .electron-vue/build.js && electron-builder --publish onTagOrDraft",
"build": "node .electron-vue/build.js && electron-builder",
"release": "node .electron-vue/build.js && electron-builder",
"build:dir": "node .electron-vue/build.js && electron-builder --dir",
"build:clean": "cross-env BUILD_TARGET=clean node .electron-vue/build.js",
"build:web": "cross-env BUILD_TARGET=web node .electron-vue/build.js",