1
0
mirror of https://github.com/jdan/98.css.git synced 2025-08-17 19:26:37 +02:00

lil release script

This commit is contained in:
Jordan Scales
2020-04-27 09:57:46 -04:00
parent 7232be4a17
commit bfdd0ec54d

View File

@@ -8,7 +8,8 @@
}, },
"scripts": { "scripts": {
"build": "node build.js", "build": "node build.js",
"deploy:docs": "npm run build && gh-pages -d dist" "deploy:docs": "npm run build && gh-pages -d dist",
"release": "npm run build && npm publish"
}, },
"repository": { "repository": {
"type": "git", "type": "git",