Explorar o código

fix: generate types when building example (#5480)

Aakansha Doshi %!s(int64=2) %!d(string=hai) anos
pai
achega
2b71a1f0bd
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/packages/excalidraw/package.json

+ 1 - 1
src/packages/excalidraw/package.json

@@ -79,6 +79,6 @@
     "pack": "yarn build:umd && yarn pack",
     "start": "webpack serve --config webpack.dev-server.config.js",
     "install:deps": "yarn install --frozen-lockfile && yarn --cwd ../../../",
-    "build:example": "EXAMPLE=true webpack --config webpack.dev-server.config.js"
+    "build:example": "EXAMPLE=true webpack --config webpack.dev-server.config.js && yarn gen:types"
   }
 }