linerworld-builder
v2.7.12
Published
You'll neeed to uncomment the `decls` variable in `src/app/builder/builder.module.ts`
Downloads
512
Keywords
Readme
LinerworldBuilder
Deploy to hosting
You'll neeed to uncomment the decls variable in src/app/builder/builder.module.ts
$ ng build
$ firebase deploy --only hostingPublish to npm
API endpoint is set to https://us-central1-linerworld-builder-2bb25.cloudfunctions.net in source. To publish a new version:
- Comment out the contents of the
declsvariable insrc/app/builder/builder.module.ts(see README). - Rebuild the elements bundle (so it includes the current endpoint):
npm run build:elements - Bump version and publish:
npm version <major|minor|patch> npm publish
