Skip to content

Commit 079de30

Browse files
authored
Merge pull request #21 from chris-pearce/fix-publishing
Make `npm publish` execute before `yarn clean`
2 parents e9e16cc + 702a868 commit 079de30

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"build": "yarn bundle && yarn copy",
2121
"prebuild": "yarn clean",
2222
"version": "npm run build && git add .",
23-
"postversion": "git push && git push --tags && yarn clean && npm publish"
23+
"postversion": "git push && git push --tags && npm publish && yarn clean"
2424
},
2525
"repository": "[email protected]:chris-pearce/backpack.css.git",
2626
"author": "Chris Pearce <[email protected]>",

0 commit comments

Comments
 (0)