-
Notifications
You must be signed in to change notification settings - Fork 36
chore: verdaccio setup #35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
packages/create-app/e2e/e2e.test.ts
Outdated
|
|
||
| const CREATE_APP_PATH = path.resolve(__dirname, '../dist/src/bin.js'); | ||
| const TEMPLATES_DIR = path.resolve(__dirname, '../../../templates'); | ||
| const REGISTRY_URL = 'http://localhost:4873/'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
how about doing something like this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not sure what would be the benefits here. I would probably keep the current setup and refactor it if benefitial in the future
* feat: base plugin repack * fix tests * include plugins in generated rnef.config * update necessary options * fix lint * fix: update rspack to make android release source maps work * feat: merge package.jsons in all plugins, sort deps * fix eslint * make remove duplicates generic and apply to scripts * merge scripts and deps with destructuring, todo warning * add importName * update tests * change latest to actual package versions in templates * add self to template deps for plugin-repack and metro * update contributing and package exports * update contributing guide * fix lint * skip tests that's fixed in #35
07522c7 to
008fd80
Compare
tweaks chore: verdaccio setup chore: verdaccio setup chore: tweaks fix ci fix fix fix fix fix local e2e debug fix fix
b7a1dad to
06bb1c3
Compare
* move template dirs * fix output package structure * remove: *.md from nx/tsc assets (advised by jbroma) * remove dist/package.json after build
Summary
Scope:
scripts/verdaccio-start.mjs)create-appto use NPM-based templatesTest plan