Skip to content

Commit

Permalink
fix: fix dal templates build
Browse files Browse the repository at this point in the history
  • Loading branch information
killagu committed Mar 26, 2024
1 parent 8e3fc0d commit 3e11709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/dal-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"clean": "tsc -b --clean",
"tsc": "npm run clean && tsc -p ./tsconfig.json",
"tsc:pub": "npm run clean && tsc -p ./tsconfig.pub.json && npm run cp:template",
"cp:template": "cp -r src/templates dist/src/templates",
"cp:template": "rm -rf dist/src/templates && cp -r src/templates dist/src/templates",
"prepublishOnly": "npm run tsc:pub"
},
"author": "killagu <[email protected]>",
Expand Down

0 comments on commit 3e11709

Please sign in to comment.