This project is used to verify all nebular packages were built properly. We just install newly build packages in this app and build it in production mode.
- Run
npm run release:prepare
in the project root. - Copy folder .lib from
src/.lib
topackages-smoke/.lib
- Go to folder packages-smoke run
npm install
- Verifying application build:
npm run build -- --prod
npm run build -- --configuration=production-2015
npm run e2e
npm run e2e -- --configuration=production-2015
- Run with ssr:
npm run build:ssr
npm run serve:ssr