Skip to content

Commit

Permalink
chore: fix prepublish yarn issue
Browse files Browse the repository at this point in the history
  • Loading branch information
nickofthyme committed Jun 7, 2021
1 parent 0b9e26c commit 2761568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"packages/*"
],
"scripts": {
"prepublish": "echo 'This package os not published, see pacakges/*' && exit 1",
"prepack": "echo 'This package is not published, see pacakges/*' && exit 1",
"autoprefix:css": "lerna run --loglevel=silent --scope @elastic/charts autoprefix:css",
"api:check": "lerna run --loglevel=silent --scope @elastic/charts api:check",
"api:check:local": "lerna run --loglevel=silent --scope @elastic/charts api:check:local",
Expand Down

0 comments on commit 2761568

Please sign in to comment.