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: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ install-system-pkgs: node-version-check
@echo "--> Installing system packages (from Brewfile)"
@command -v brew 2>&1 > /dev/null && brew bundle || (echo 'WARNING: homebrew not found or brew bundle failed - skipping system dependencies.')
@echo "--> Installing yarn $(YARN_VERSION) (via npm)"
@$(volta --version 2>&1 > /dev/null || notion --version 2>&1 > /dev/null || npm install -g "yarn@$(YARN_VERSION)")
@$(volta --version 2>&1 > /dev/null || npm install -g "yarn@$(YARN_VERSION)")

install-yarn-pkgs:
@echo "--> Installing Yarn packages (for development)"
Expand Down
4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,6 @@
"snapshot": "build-storybook && PERCY_TOKEN=$STORYBOOK_PERCY_TOKEN PERCY_PROJECT=$STORYBOOK_PERCY_PROJECT percy-storybook --widths=1280",
"webpack-profile": "yarn -s webpack --profile --json > stats.json"
},
"toolchain": {
"node": "8.15.1",
"yarn": "1.13.0"
},
"volta": {
"node": "8.15.1",
"yarn": "1.13.0"
Expand Down