1
1
mirror of https://github.com/primer/css.git synced 2025-01-04 12:22:17 +03:00

Merge pull request #1258 from primer/remove_post_publish_hook

Removing postpublish hook
This commit is contained in:
Jon Rohan 2021-03-25 18:10:41 -07:00 committed by GitHub
commit 224978573f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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",