mirror of
https://github.com/dnote/dnote
synced 2026-03-14 22:45:50 +01:00
Lint JavaScript/TypeScript code (#346)
* Implement lint in all js projects * Use yarn workspace * Remove package-lock.json * Fix * Extract common dev dep * Bump
This commit is contained in:
parent
624892d9a8
commit
e2e777db54
117 changed files with 12281 additions and 32567 deletions
|
|
@ -4,11 +4,11 @@
|
|||
set -eux
|
||||
|
||||
# clean
|
||||
npm run clean
|
||||
yarn clean
|
||||
|
||||
# chrome
|
||||
npm run build:chrome
|
||||
npm run package:chrome
|
||||
yarn build:chrome
|
||||
yarn package:chrome
|
||||
# firefox
|
||||
npm run build:firefox
|
||||
npm run package:firefox
|
||||
yarn build:firefox
|
||||
yarn package:firefox
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue