Polish scripts

This commit is contained in:
Daniel Imms
2018-04-26 04:35:52 -07:00
parent 8f36cf531f
commit 5cde4756b0
+5 -3
View File
@@ -4,9 +4,11 @@
"description": "Easily generate themes for VS Code with only a few colors", "description": "Easily generate themes for VS Code with only a few colors",
"main": "dist/index.js", "main": "dist/index.js",
"scripts": { "scripts": {
"dev": "tsc -w", "watch": "tsc -w",
"prestart": "tsc demo/generate.ts", "build": "tsc",
"start": "node demo/generate.js" "prestart": "tsc demo/generate.js",
"start": "node demo/generate.js",
"prepublish": "npm run build"
}, },
"author": "Tyriar", "author": "Tyriar",
"license": "MIT", "license": "MIT",