Automattic / Automattic/fresh-data
Simplify build process
Open
- Dominant language
- JavaScript
- Stars
- 37
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
Right now, `npm run bootstrap` is required before `npm run build`. It would be best if it could be a two-step build:
1. `npm install`
2. `npm run build`
And that's all.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the current workflow with `npm install`, `npm run bootstrap`, and `npm run build`, then inspect the build and package configuration that controls these commands. Done means a fresh install followed by `npm run build` succeeds without requiring `npm run bootstrap`.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- build-system
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100