linerworld-builder
v2.7.2
Published
## Deploy to hosting
Downloads
626
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 hosting
Publish to npm
You'll neeed to comment out the contents of the decls
variable in src/app/builder/builder.module.ts
$ npm run build:elements
$ npm version <major|minor|patch>
$ npm publish