mirror of
https://github.com/He4eT/oddsquat.git
synced 2026-05-04 20:37:22 +00:00
package.json: rename scripts
This commit is contained in:
parent
b7ceb5cfa5
commit
cb33bd6e1f
1 changed files with 6 additions and 4 deletions
10
package.json
10
package.json
|
|
@ -4,10 +4,12 @@
|
|||
"description": "",
|
||||
"main": "site.config.js",
|
||||
"scripts": {
|
||||
"start": "nanogen start",
|
||||
"build": "nanogen build",
|
||||
"lint": "node typograf.js",
|
||||
"typography": "node typography.js"
|
||||
"start": "npm run site:dev",
|
||||
"site:dev": "nanogen start",
|
||||
"site:build": "nanogen build",
|
||||
"update:typography": "node tools/typography.js",
|
||||
"update:rss": "node tools/rss.js",
|
||||
"post:lint": "node tools/typograf.js"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue