Commit 473efab2 authored by 神楽坂玲奈's avatar 神楽坂玲奈

appveyor

parent 5a74488a
version: 0.4.{build}
platform:
- x64
cache:
- node_modules
- app\node_modules
- '%APPDATA%\npm-cache'
- '%USERPROFILE%\.electron'
init:
- git config --global core.autocrlf input
install:
- ps: Install-Product node 6 x64
- git reset --hard HEAD
- npm install npm -g
- npm install electron-builder
- npm install
- npm prune
build_script:
- node --version
- npm --version
- npm run dist
test: off
\ No newline at end of file
......@@ -3,10 +3,12 @@
"description": "mycard",
"author": "zh99998 <zh99998@gmail.com>",
"homepage": "https://mycard.moe",
"version": "3.0.0",
"version": "3.0.0-dev.1",
"scripts": {
"pack": "./node_modules/.bin/build --dir",
"dist": "./node_modules/.bin/build",
"release": "build",
"electron": "electron",
"start": "tsc && concurrently \"npm run tsc:w\" \"npm run lite\" ",
"lite": "lite-server",
"postinstall": "typings install",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment