oops
This commit is contained in:
parent
b4bee62036
commit
42f3552b80
|
@ -1,3 +1,3 @@
|
||||||
[build]
|
[build]
|
||||||
command = "yarn install-all && yarn test --silent && yarn build-website"
|
command = "yarn install-all && yarn test --silent && yarn build-website"
|
||||||
publish = "build/"
|
publish = "dist/"
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
"lint": "eslint .",
|
"lint": "eslint .",
|
||||||
"test": "jest",
|
"test": "jest",
|
||||||
"preview": "vite preview",
|
"preview": "vite preview",
|
||||||
"install-all": "yarn install && node get-words.cjs $$ cd src/lib && yarn install && cd ../components && yarn install",
|
"install-all": "yarn install && node get-words.cjs && cd src/lib && yarn install && cd ../components && yarn install",
|
||||||
"build-website": "tsc -b && vite build",
|
"build-website": "tsc -b && vite build",
|
||||||
"build-components": "rm -rf src/components/dist && tsc --project src/components/tsconfig.json && cd src/components && node post-build.cjs",
|
"build-components": "rm -rf src/components/dist && tsc --project src/components/tsconfig.json && cd src/components && node post-build.cjs",
|
||||||
"build-lib": "rm -rf src/lib/dist && tsc --project src/lib/tsconfig.json",
|
"build-lib": "rm -rf src/lib/dist && tsc --project src/lib/tsconfig.json",
|
||||||
|
|
Loading…
Reference in New Issue