appveyor
Showing
... | @@ -6,15 +6,12 @@ | ... | @@ -6,15 +6,12 @@ |
"version": "3.0.0-dev.5", | "version": "3.0.0-dev.5", | ||
"repository": "github:mycard/mycard", | "repository": "github:mycard/mycard", | ||
"scripts": { | "scripts": { | ||
"pack": "./node_modules/.bin/build --dir", | "pack": "tsc && ./node_modules/.bin/build --dir", | ||
"dist": "./node_modules/.bin/build", | "dist": "tsc && ./node_modules/.bin/build", | ||
"release": "build", | |||
"start": "tsc && electron .", | "start": "tsc && electron .", | ||
"lite": "lite-server", | |||
"postinstall": "typings install", | "postinstall": "typings install", | ||
"tsc": "tsc", | "tsc": "tsc", | ||
"tsc:w": "tsc -w", | "tsc:w": "tsc -w" | ||
"typings": "typings" | |||
}, | }, | ||
"license": "UNLICENSED", | "license": "UNLICENSED", | ||
"dependencies": { | "dependencies": { | ||
... | ... |
Please register or sign in to comment