@jakubmazanec/ui 0.1.3 → 0.1.4
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 +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jakubmazanec/ui",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.4",
|
|
4
4
|
"description": "React component library.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -22,9 +22,9 @@
|
|
|
22
22
|
"source"
|
|
23
23
|
],
|
|
24
24
|
"scripts": {
|
|
25
|
-
"build": "del-cli build tsconfig.tsbuildinfo && esbuild \"source/**/*\" --platform=node --target=
|
|
25
|
+
"build": "del-cli build tsconfig.tsbuildinfo && esbuild \"source/**/*\" --platform=node --target=node22.11 --outdir=build --sourcemap --loader:.woff2=copy && tsc && storybook build",
|
|
26
26
|
"clean": "del-cli coverage build *.tsbuildinfo",
|
|
27
|
-
"develop": "concurrently \"esbuild \"source/**/*\" --platform=node --target=
|
|
27
|
+
"develop": "concurrently \"esbuild \"source/**/*\" --platform=node --target=node22.11 --outdir=build --sourcemap --watch\" \"tsc --watch\" \"storybook dev -p 6006 --no-open\"",
|
|
28
28
|
"document": "del-cli docs && typedoc --options typedoc.config.cjs",
|
|
29
29
|
"format": "prettier . --write --ignore-unknown",
|
|
30
30
|
"lint": "eslint .",
|