linerworld-builder
v2.7.2
Published
## Deploy to hosting
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
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