add script to build external packages

This commit is contained in:
Mads Rasmussen
2023-05-24 12:38:11 +02:00
parent e58acd90e4
commit 841ad5b0bb

View File

@@ -56,7 +56,8 @@
"compile": "tsc",
"check": "npm run lint && npm run compile && npm run build-storybook",
"build2": "rollup -c ./src/rollup.config.js",
"copy": "node ./devops/build/copy.mjs"
"copy": "node ./devops/build/copy.mjs",
"build:external": "rollup -c ./external/rollup.config.js"
},
"engines": {
"node": ">=18.14 <19",