@designcrowd/fe-shared-lib 1.2.1-rr-4 → 1.2.1-rr-6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/Dockerfile +1 -0
  2. package/package.json +1 -1
package/Dockerfile CHANGED
@@ -29,6 +29,7 @@ COPY .npmignore ./
29
29
  RUN mkdir artifacts
30
30
  RUN npm publish || touch artifacts/npm_publish_failed
31
31
  RUN cp package.json artifacts/
32
+ RUN cat artifacts/npm_publish_failed
32
33
 
33
34
  ENTRYPOINT ["/bin/echo", "Nothing to do."]
34
35
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@designcrowd/fe-shared-lib",
3
- "version": "1.2.1-rr-4",
3
+ "version": "1.2.1-rr-6",
4
4
  "scripts": {
5
5
  "start": "npm run storybook",
6
6
  "build": "npm run build:css --production",