Skip to content
This repository has been archived by the owner on Jul 14, 2022. It is now read-only.

Commit

Permalink
Fix bug causing sdk not to build
Browse files Browse the repository at this point in the history
  • Loading branch information
dominik-zeglen committed May 28, 2020
1 parent e0c03be commit e94964b
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 29 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ jobs:
build:
working_directory: ~/app
docker:
- image: circleci/node:10.7.0-browsers
- image: circleci/node:12.16.3-browsers
steps:
- checkout
- run:
name: Install system dependencies
command: sudo apt-get install -y libpng-dev
- run:
name: Install dependencies
command: npm install
command: npm ci
- run:
name: Run typescript checker
command: npx tsc --noEmit & npx tsc --noEmit -p src/@sdk & npx tsc --noEmit -p src/@next
Expand All @@ -36,7 +36,7 @@ jobs:
- dist/*
cypress/run:
docker:
- image: cypress/base:10
- image: cypress/base:12.16.2
environment:
TERM: xterm
parallelism: 1
Expand Down
57 changes: 32 additions & 25 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@babel/runtime": "^7.5.5",
"@lhci/cli": "^0.3.9",
"@saleor/sdk": "github:mirumee/saleor-sdk#ref/build-if-installed-from-git",
"@saleor/sdk": "github:mirumee/saleor-sdk#7e20ec7",
"@sentry/apm": "^5.15.5",
"@sentry/browser": "^5.15.5",
"@stripe/react-stripe-js": "^1.1.2",
Expand Down Expand Up @@ -40,6 +40,7 @@
"isomorphic-fetch": "^2.2.1",
"js-base64": "^2.4.8",
"lodash": "^4.17.15",
"mlx90363": "github:cinderblock/node-MLX90363#bfef7be",
"nuka-carousel": "^4.6.0",
"react": "^16.9.9",
"react-addons-css-transition-group": "^15.6.2",
Expand Down

0 comments on commit e94964b

Please sign in to comment.