Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -825,8 +825,6 @@ jobs:

- name: Install dependencies
run: yarn install
env:
YARN_ENABLE_IMMUTABLE_INSTALLS: false

- name: Build packages
run: yarn build
Expand Down
2 changes: 1 addition & 1 deletion scripts/pack_dashmate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ cd $ROOT_PATH/packages/dashmate/package || exit 1
cp $ROOT_PATH/yarn.lock ./yarn.lock
mkdir .yarn
echo "nodeLinker: node-modules" > .yarnrc.yml
yarn install
yarn install --no-immutable
yarn oclif manifest
yarn oclif pack $COMMAND
cd .. || exit 1
Expand Down