Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Commit

Permalink
package updates
Browse files Browse the repository at this point in the history
  • Loading branch information
avigoldman committed Jul 7, 2021
1 parent 90dd23a commit 8f2f569
Show file tree
Hide file tree
Showing 5 changed files with 533 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "root",
"private": true,
"scripts": {
"clean": "rm **/bundle.js* && rm -rf **/node_modules",
"clean": "find . -name \"dist\" -type d -prune -exec rm -rf '{}' + && find . -name \"node_modules\" -type d -prune -exec rm -rf '{}' +",
"bootstrap": "npm install && npx lerna bootstrap --force-local && npx lerna link --force-local",
"dev": "npx webpack --mode development --watch",
"build": "npx webpack --mode production",
Expand Down
291 changes: 290 additions & 1 deletion packages/css-select-codsen-parser/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/find-embedded-documents/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8f2f569

Please sign in to comment.