Skip to content
This repository has been archived by the owner on Dec 13, 2021. It is now read-only.

Commit

Permalink
Add back prepublish script
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredpalmer committed Sep 23, 2020
1 parent 4ec73a8 commit 55971f8
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 @@ -25,6 +25,7 @@
"test": "lerna run test --",
"lint": "lerna run lint -- --fix",
"build": "lerna run build",
"prepublish": "lerna run prepublish",
"start:app": "yarn run build && yarn --cwd example && yarn --cwd example start",
"cypress": "cypress run",
"cypress:open": "cypress open",
Expand Down

0 comments on commit 55971f8

Please sign in to comment.