We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
❓ = needs investigation
npm start
npm run prepublishOnly
npm test
webchat.js
npm tableflip
node_dev
undefined
cross-env node_dev=test npm test --coverage true --no-watch
lerna.json
packages/*
npm ci
CONTRIBUTING.md
[Enhancement]
The text was updated successfully, but these errors were encountered:
compulim
Successfully merging a pull request may close this issue.
Feature Request
Implementations
Make build scripts simpler
npm start
will do development build + watchnpm run prepublishOnly
will do production buildnpm test
will run Jest + watchHow about Docker Compose? And how to update(Moved to Make build scripts better for Docker Compose #2766)webchat.js
inside the Docker efficiently?npm tableflip
will run stuff from NPXDevelopment build
node_dev
as-is (undefined
)npm test
should runcross-env node_dev=test npm test --coverage true --no-watch
Setup source map correctly, so can debug easily in browserLerna
lerna.json
packages/*
to create-react-app samplesnpm ci
manually when we build the samplelerna.json
CONTRIBUTING.md
[Enhancement]
The text was updated successfully, but these errors were encountered: