@bitrise/bitkit 9.19.1 → 9.19.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 +2 -2
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bitrise/bitkit",
|
|
3
3
|
"description": "Bitrise React component library",
|
|
4
|
-
"version": "9.19.
|
|
4
|
+
"version": "9.19.2",
|
|
5
5
|
"repository": "git@github.com:bitrise-io/bitkit.git",
|
|
6
6
|
"main": "src/index.ts",
|
|
7
7
|
"license": "UNLICENSED",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"build:lib": "rm -rf ./lib && yarn build:lib:cjs && yarn build:lib:esn",
|
|
13
13
|
"build:lib:esn": "tsc -p src -m esnext -t esnext --outDir lib/esn",
|
|
14
14
|
"build:lib:cjs": "tsc -p src --outDir lib/cjs",
|
|
15
|
-
"build:prepare": "rm -rf ./dist && mkdir dist && cp site/index.html dist",
|
|
15
|
+
"build:prepare": "rm -rf ./dist && mkdir dist && cp site/index.html dist && ln -s index.html dist/404.html",
|
|
16
16
|
"build:site": "yarn build:prepare && yarn build:docs && yarn tsc:site && yarn build:site:esbuild",
|
|
17
17
|
"tsc:site": "tsc --noEmit -p site/tsconfig.json",
|
|
18
18
|
"build:site:esbuild": "esbuild --bundle site/index.tsx --outdir=dist --target=esnext --loader:.woff2=file --loader:.woff=file --minify --sourcemap",
|