@equinor/ioc-common-frontend 13.14.2 → 13.14.3
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": "@equinor/ioc-common-frontend",
|
|
3
|
-
"version": "13.14.
|
|
3
|
+
"version": "13.14.3",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/equinor/ioc-common-frontend"
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"scripts": {
|
|
19
19
|
"build": "node --max-old-space-size=8192 node_modules/vite/bin/vite build",
|
|
20
20
|
"dev": "vite build --mode development --watch",
|
|
21
|
-
"build-storybook": "node --max-old-space-size=8192 node_modules/@storybook/cli
|
|
21
|
+
"build-storybook": "node --max-old-space-size=8192 node_modules/@storybook/cli build",
|
|
22
22
|
"buildStorybook-addNoJekyll": "yarn build-storybook && touch ./storybook-static/.nojekyll",
|
|
23
23
|
"lint": "eslint 'src/**/*.{js,ts,tsx}' --fix",
|
|
24
24
|
"lint:tsc": "tsc",
|