Skip to content

Commit

Permalink
fix: build before release (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin authored Jun 4, 2021
1 parent 37a0e42 commit fdbb055
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .changeset/twenty-zoos-brush.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
"@pkgr/es-modules": patch
"@pkgr/imagemin": patch
"@pkgr/rollup": patch
"@pkgr/umd-globals": patch
"@pkgr/utils": patch
"@pkgr/webpack": patch
---

fix: build before release
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"lint:ts": "tslint -p . -t stylish",
"lint:tsc": "tsc --noEmit",
"postinstall": "simple-git-hooks && yarn-deduplicate --strategy fewer && t || exit 0",
"prerelease": "run-s build:ts build:r",
"pretest": "yarn clean",
"release": "changeset publish",
"serve": "serve dist",
Expand Down

0 comments on commit fdbb055

Please sign in to comment.