Skip to content

Commit

Permalink
Partial revert a926c80 and full revert c8835b0
Browse files Browse the repository at this point in the history
  • Loading branch information
zikaari committed Aug 29, 2023
1 parent c8835b0 commit 385c5ae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ext.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
cache: yarn

- name: Install
run: yarn install --frozen-lockfile
run: yarn install --frozen-lockfile --ignore-optional

- name: Bootstrap
run: yarn bootstrap --no-ci
Expand Down
1 change: 1 addition & 0 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"packages": ["packages/*", "packages/browser-destinations/destinations/*"],
"npmClient": "yarn",
"version": "independent",
"useWorkspaces": true,
"command": {
"bootstrap": {
"npmClientArgs": ["--ignore-engines", "--ignore-optional"]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"karma-jasmine": "^5.1.0",
"karma-webkit-launcher": "^2.0.0",
"karma-webpack": "^5.0.0",
"lerna": "^7.2.0",
"lerna": "^6.5.0",
"lint-staged": "^10.5.3",
"open": "^8.4.0",
"os-browserify": "^0.3.0",
Expand Down

0 comments on commit 385c5ae

Please sign in to comment.