@carbon/ibm-products-web-components 0.1.0-canary.3575 → 0.1.0-canary.3577

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/netlify.toml +1 -0
  2. package/package.json +2 -2
package/netlify.toml CHANGED
@@ -2,6 +2,7 @@
2
2
  [build]
3
3
  command = "yarn build:storybook"
4
4
  publish = "storybook-static"
5
+ ignore = "git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF packages/ibm-products-web-components"
5
6
 
6
7
  [build.environment]
7
8
  YARN_ENABLE_GLOBAL_CACHE = "true"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@carbon/ibm-products-web-components",
3
3
  "description": "Carbon for IBM Products Web Components",
4
- "version": "0.1.0-canary.3575+f85396c7d",
4
+ "version": "0.1.0-canary.3577+8a4255c0a",
5
5
  "license": "Apache-2.0",
6
6
  "main": "es/index.js",
7
7
  "module": "es/index.js",
@@ -92,5 +92,5 @@
92
92
  "vitest": "^2.1.2",
93
93
  "web-component-analyzer": "2.0.0"
94
94
  },
95
- "gitHead": "f85396c7dc06aa1b91039af035e96f02bd5c1ef9"
95
+ "gitHead": "8a4255c0a0269068f66018d215a7bc07d3015f25"
96
96
  }