mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
update: build:esm scripted to specify buildPackage.js from updated path (into src)
This commit is contained in:
parent
630e40dc36
commit
896c7c99d7
1 changed files with 1 additions and 1 deletions
|
@ -130,6 +130,6 @@
|
||||||
"homepage": "https://github.com/excalidraw/excalidraw/tree/master/packages/excalidraw",
|
"homepage": "https://github.com/excalidraw/excalidraw/tree/master/packages/excalidraw",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"gen:types": "rm -rf types && tsc",
|
"gen:types": "rm -rf types && tsc",
|
||||||
"build:esm": "cross-env rimraf dist && node ../../scripts/buildPackage.js && yarn gen:types"
|
"build:esm": "rm -rf dist && node ../../../scripts/buildPackage.js && yarn gen:types"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue