mirror of
https://github.com/Tyriar/vscode-theme-generator.git
synced 2026-09-26 14:01:18 -07:00
Polish scripts
This commit is contained in:
+5
-3
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user