appveyor
Showing
appveyor.yml
0 → 100644
... | @@ -3,10 +3,12 @@ | ... | @@ -3,10 +3,12 @@ |
"description": "mycard", | "description": "mycard", | ||
"author": "zh99998 <zh99998@gmail.com>", | "author": "zh99998 <zh99998@gmail.com>", | ||
"homepage": "https://mycard.moe", | "homepage": "https://mycard.moe", | ||
"version": "3.0.0", | "version": "3.0.0-dev.1", | ||
"scripts": { | "scripts": { | ||
"pack": "./node_modules/.bin/build --dir", | "pack": "./node_modules/.bin/build --dir", | ||
"dist": "./node_modules/.bin/build", | "dist": "./node_modules/.bin/build", | ||
"release": "build", | |||
"electron": "electron", | |||
"start": "tsc && concurrently \"npm run tsc:w\" \"npm run lite\" ", | "start": "tsc && concurrently \"npm run tsc:w\" \"npm run lite\" ", | ||
"lite": "lite-server", | "lite": "lite-server", | ||
"postinstall": "typings install", | "postinstall": "typings install", | ||
... | ... |
Please register or sign in to comment