Skip to content

Commit

Permalink
feat: update names and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fpdrozd committed Nov 29, 2022
1 parent bced38b commit eec8e32
Show file tree
Hide file tree
Showing 29 changed files with 10,692 additions and 2,475 deletions.
9 changes: 7 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,16 @@ yarn-error.log
/docs
/packages/sdk-core/dist
/packages/sdk-core/types
/packages/sdk-core/*.html
/packages/sdk-storefront/dist
/packages/sdk-storefront/types
/packages/sdk-storefront/*.html
/packages/sdk-platform/dist
/packages/sdk-platform/types
/packages/sdk-platform/*.html
/packages/sdk-fetcher-axios/dist
/packages/sdk-fetcher-axios/types
/packages/sdk-fetcher-node-fetch/dist
/packages/sdk-fetcher-node-fetch/types
/packages/sdk-fetcher-axios/*.html
/packages/sdk-fetcher-node/dist
/packages/sdk-fetcher-node/types
/packages/sdk-fetcher-node/*.html
7 changes: 2 additions & 5 deletions Dockerfile.test-runtime
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ WORKDIR /sdk
COPY . /sdk

RUN npm install npm@8.19.2 -g
RUN ls
RUN ls packages
RUN ls packages/sdk-core
RUN npm install
RUN npm run build
RUN npm run pack
Expand All @@ -17,7 +14,7 @@ FROM alpine
WORKDIR /sdk

COPY --from=0 /sdk/packages/sdk-storefront/spree-storefront-api-v2-sdk-*.tgz /sdk/storefront-api-v2-sdk.tgz
COPY --from=0 /sdk/packages/sdk-fetcher-axios/spree-storefront-api-v2-sdk-axios-*.tgz /sdk/storefront-api-v2-sdk-axios.tgz
COPY --from=0 /sdk/packages/sdk-fetcher-node-fetch/spree-storefront-api-v2-sdk-node-fetch-*.tgz /sdk/storefront-api-v2-sdk-node-fetch.tgz
COPY --from=0 /sdk/packages/sdk-fetcher-axios/spree-axios-fetcher-*.tgz /sdk/axios-fetcher.tgz
COPY --from=0 /sdk/packages/sdk-fetcher-node/spree-node-fetcher-*.tgz /sdk/node-fetcher.tgz

COPY ./wait-for-it.sh /sdk/
Loading

0 comments on commit eec8e32

Please sign in to comment.