@a-type/ui 6.0.51 → 6.0.52
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": "@a-type/ui",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.52",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"repository": {
|
|
6
6
|
"url": "https://github.com/a-type/ui"
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
"build:transpile": "tsc --build tsconfig.json",
|
|
103
103
|
"build:copy": "node --experimental-strip-types ./scripts/copy.ts",
|
|
104
104
|
"build:css": "postcss ./src/**/*.css --dir ./dist --base ./src --config scripts",
|
|
105
|
-
"build": "pnpm run build:
|
|
105
|
+
"build": "pnpm run build:transpile && pnpm run build:copy && pnpm run build:css",
|
|
106
106
|
"prepublish": "pnpm run build",
|
|
107
107
|
"icons": "node ./scripts/generateIcons.js",
|
|
108
108
|
"storybook": "storybook dev -p 6006",
|