Skip to content

Commit

Permalink
fix: publish
Browse files Browse the repository at this point in the history
  • Loading branch information
jquense committed Oct 18, 2019
1 parent 5ab19dc commit 5e0df13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"check:size": "rollup -c",
"build:pick": "cherry-pick --name=dom-helpers --cwd=lib --input-dir=../src --cjs-dir=cjs --esm-dir=esm",
"build": "rimraf lib && 4c build src && yarn build:pick",
"prepublishOnly": "yarn build",
"lint": "tsc -p ./ --noEmit && eslint src test",
"release": "rollout"
},
Expand Down

0 comments on commit 5e0df13

Please sign in to comment.