1
1
mirror of https://github.com/primer/css.git synced 2024-11-23 11:27:26 +03:00

Removing postpublish hook

This commit is contained in:
Jon Rohan 2021-03-25 18:07:21 -07:00
parent e8e44ca055
commit c6945cd50c
No known key found for this signature in database
GPG Key ID: B0BBE304A9A0AECB
2 changed files with 5 additions and 1 deletions

View File

@ -0,0 +1,5 @@
---
'@primer/css': patch
---
Removing post publish storybook hook

View File

@ -28,7 +28,6 @@
"stylelint": "stylelint --quiet src",
"eslint": "eslint script deprecations.js lib .storybook",
"eslint-docs": "eslint docs/{content,src,*.js}",
"postpublish": "script/postpublish",
"prepublishOnly": "script/prepublish",
"publish-storybook": "script/publish-storybook",
"start": "npm run dev",