Skip to content

Commit

Permalink
fix(SLB-222): create build directory if its not there
Browse files Browse the repository at this point in the history
  • Loading branch information
pmelab committed Apr 19, 2024
1 parent a6810d4 commit 58f4dcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"scripts": {
"prep:types": "tsc --emitDeclarationOnly",
"prep:scripts": "swc ./src -d ./build",
"prep:fonts": "node preloaded-fonts.js",
"prep:fonts": "mkdir -p build && node preloaded-fonts.js",
"prep:styles": "NODE_ENV=production pnpm postcss src/tailwind.css -o build/styles.css",
"prep:iframe": "NODE_ENV=production pnpm postcss src/iframe.css -o build/iframe.css",
"prep:gutenberg": "NODE_ENV=production PREFIX=gutenberg pnpm postcss src/tailwind.css -o build/gutenberg.css",
Expand Down

0 comments on commit 58f4dcd

Please sign in to comment.