Invalid adjustments for the app at the moment
Summary
- Adding
.npmignorefile (with the content for use in our packages/libraries) - Scripts:
"prepublishOnly": "npm ci && npm run build""compile": "rimraf lib && tsc && prepend lib/cli.js '#!/usr/bin/env node\n'",
Steps to reproduce
Running npm i in @openstapps/app
What is the current bug behavior?
Adjustments that @openstapps/configuration makes during the installation are not adjusted to special case of @openstapps/app
What is the expected correct behavior?
Apply only relevant (correct) adjustments to the @openstapps/app
Possible fixes
(If you can, link to the line of code that might be responsible for the problem)
cc: @sebastianlange