Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Commit

Permalink
chore: ❌ removed lerna
Browse files Browse the repository at this point in the history
  • Loading branch information
nxzq committed Sep 22, 2023
1 parent ee48daa commit 11af6cd
Show file tree
Hide file tree
Showing 5 changed files with 2,376 additions and 8,699 deletions.
5 changes: 0 additions & 5 deletions lerna.json

This file was deleted.

4 changes: 1 addition & 3 deletions modules/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@
"start": "vite",
"build": "vite build",
"preview": "vite preview",
"deploy": "gh-pages -d build",
"prettier": "npx prettier --check .",
"prettier:fix": "npx prettier --write ."
"deploy": "gh-pages -d build"
},
"eslintConfig": {
"extends": [
Expand Down
2 changes: 0 additions & 2 deletions modules/generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
],
"scripts": {
"build": "vite build",
"prettier": "npx prettier --check .",
"prettier:fix": "npx prettier --write .",
"test": "vitest",
"test:coverage": "vitest --coverage"
},
Expand Down
Loading

0 comments on commit 11af6cd

Please sign in to comment.