@hazelcast/ui 2.0.1-canary.0 → 2.0.1-canary.2
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 +1 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hazelcast/ui",
|
|
3
|
-
"version": "2.0.1-canary.
|
|
3
|
+
"version": "2.0.1-canary.2",
|
|
4
4
|
"description": "Hazelcast design system components and utilities",
|
|
5
5
|
"homepage": "https://github.com/hazelcast/hive#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -28,7 +28,6 @@
|
|
|
28
28
|
"chromatic": "chromatic --project-token=CHROMATIC_PROJECT_TOKEN",
|
|
29
29
|
"compile": "shx rm -f *.tsbuildinfo && shx rm -rf lib && shx mkdir lib && shx cp -r src/* lib && shx rm -rf lib/*.{tsx,ts} && shx rm -rf lib/**/*.{tsx,ts} && tsc -p tsconfig.build.json",
|
|
30
30
|
"generate-screenshots": "npm run build-storybook && loki update --reactUri file:./storybook-static --chromeDockerImage 'yukinying/chrome-headless-browser-stable:110.0.5481.77' --chromeFlags='--headless --disable-gpu --hide-scrollbars --no-sandbox --allow-file-access-from-files'",
|
|
31
|
-
"postinstall": "npm run compile",
|
|
32
31
|
"lint": "npm run lint:ts && npm run lint:css",
|
|
33
32
|
"lint:css": "postcss --config ./.postcss-lint --replace '**/*.{css,scss}'",
|
|
34
33
|
"lint:css:fix": "stylelint --fix '**/*.{css,scss}'",
|