@oicl/openbridge-webcomponents-full-bundle 2.0.0-next.80 → 2.0.0-next.81
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.
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oicl/openbridge-webcomponents-full-bundle",
|
|
3
|
-
"version": "2.0.0-next.
|
|
3
|
+
"version": "2.0.0-next.81",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
"storybook": "npm run analyze && storybook dev -p 6006 --no-open",
|
|
130
130
|
"test-storybook": "vitest --project=storybook",
|
|
131
131
|
"test-storybook:watch": "vitest --project=storybook --watch",
|
|
132
|
-
"update-snapshots": "
|
|
132
|
+
"update-snapshots:docker": "docker run --user $(id -u):$(id -g) -v $(pwd):/app/packages/openbridge-webcomponents -w /app/packages/openbridge-webcomponents openbridge-webcomponents-storybook sh -c \"npm run test-storybook -- -u\"",
|
|
133
133
|
"build-storybook": "storybook build",
|
|
134
134
|
"storybook:server": "http-server -p 6006 storybook-static",
|
|
135
135
|
"preview": "vite preview",
|