package.json: rename scripts

This commit is contained in:
He4eT 2021-10-09 17:19:47 +05:00
commit cb33bd6e1f

View file

@ -4,10 +4,12 @@
"description": "", "description": "",
"main": "site.config.js", "main": "site.config.js",
"scripts": { "scripts": {
"start": "nanogen start", "start": "npm run site:dev",
"build": "nanogen build", "site:dev": "nanogen start",
"lint": "node typograf.js", "site:build": "nanogen build",
"typography": "node typography.js" "update:typography": "node tools/typography.js",
"update:rss": "node tools/rss.js",
"post:lint": "node tools/typograf.js"
}, },
"keywords": [], "keywords": [],
"author": "", "author": "",