Change npm scripts

This commit is contained in:
Shadowfacts 2019-06-29 21:52:27 -04:00
parent 0329610845
commit 8565ced1e9
Signed by untrusted user: shadowfacts
GPG Key ID: 94A5AB95422746E5
1 changed files with 1 additions and 3 deletions

View File

@ -4,9 +4,7 @@
"private": true,
"license": "UNLICENSED",
"scripts": {
"generate": "tsc -p . && node built/index.js",
"serve": "npm run generate && http-server out",
"generate-post": "node bin/generate-post.js"
"start": "tsc -p . && node built/index.js"
},
"dependencies": {
"@sindresorhus/slugify": "^0.6.0",