mirror of
https://github.com/dnote/dnote
synced 2026-03-14 22:45:50 +01:00
* Implement lint in all js projects * Use yarn workspace * Remove package-lock.json * Fix * Extract common dev dep * Bump
381 B
381 B
Contributing
Use the following commands to set up, build, and release.
Set up
- Run
npm install-jsfrom the monorepo root.
Developing locally
npm run watch:firefoxnpm run watch:chrome
Releasing
- Set a new version in
package.json - Run
./scripts/build_prod.sh- A gulp task
manifestwill copy the version frompackage.jsontomanifest.json
- A gulp task