diff --git a/package.json b/package.json index 39d0523..b8379f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@zen/core", - "version": "1.3.32", + "version": "1.3.33", "description": "Un CMS Next.js construit sur l'essentiel, rien de plus, rien de moins.", "repository": { "type": "git", @@ -20,7 +20,7 @@ ], "scripts": { "build": "tsup && npm run build:css", - "build:css": "mkdir -p ./dist/shared/styles && cp ./src/shared/styles/zen.css ./dist/shared/styles/zen.css", + "build:css": "mkdir -p ./dist/shared/styles && cp ./src/shared/styles/zen.css ./dist/shared/styles/zen.css && cp -r ./src/shared/fonts ./dist/shared/fonts", "prepublishOnly": "npm run build" }, "bin": {