@bolttech/template-editor 0.0.1 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -1
- package/dist/template-editor.cjs +89 -0
- package/dist/template-editor.d.ts +37 -32
- package/dist/template-editor.mjs +10530 -0
- package/package.json +30 -21
- package/dist/DataSourceModal-CW1ZoE0O.js +0 -433
- package/dist/index-CmbewOaI.js +0 -26017
- package/dist/template-editor.es.js +0 -4
- package/dist/template-editor.umd.js +0 -272
package/README.md
CHANGED
|
@@ -291,7 +291,8 @@ npm run test:watch # Run tests in watch mode
|
|
|
291
291
|
|
|
292
292
|
# Building
|
|
293
293
|
npm run build # Build for production
|
|
294
|
-
npm run build
|
|
294
|
+
npm run build -- --mode lib # Build library only
|
|
295
|
+
npm run build -- --mode app # Build application only
|
|
295
296
|
|
|
296
297
|
# CI/CD
|
|
297
298
|
npm run ci # Run complete CI pipeline
|