1
0
mirror of https://github.com/jdan/98.css.git synced 2025-01-17 04:38:30 +01: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": {
"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": {
"type": "git",