1
0
mirror of https://github.com/jdan/98.css.git synced 2026-05-05 06:01:22 +09:00

split build:docs into its own command

This commit is contained in:
Jordan Scales
2020-04-24 19:21:25 -04:00
parent 1adb014673
commit c4b617ba4e
3 changed files with 61 additions and 64 deletions

View File

@@ -8,6 +8,7 @@
},
"scripts": {
"build": "node build.js",
"build:docs": "npm run build && node build-docs.js",
"release": "npm run build && npm publish"
},
"repository": {