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:
@@ -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",
|
||||||
|
Reference in New Issue
Block a user