Skip to content

Commit

Permalink
hotfix: --noPrivate instead of --no-private
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Gummersall committed Feb 16, 2021
1 parent 8e357b2 commit 9864ea7
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 @@ -19,7 +19,7 @@
"functional-test": "yarn build && yarn workspace functional-tests test",
"lint": "yarn execute --parallel --script lint --scriptArgs=--quiet",
"lint:fix": "yarn lint --scriptArgs=--fix",
"package": "yarn execute --coordinated --no-private yarn pack",
"package": "yarn execute --coordinated --noPrivate yarn pack",
"test": "npm-run-all build test:mocha test:teams test:nyc:report",
"test:compat": "yarn execute --coordinated --script test:compat",
"test:consumer": "yarn workspace consumer-test test",
Expand Down

0 comments on commit 9864ea7

Please sign in to comment.