Skip to content

Commit

Permalink
chore: dev command now boots up all necessary to work
Browse files Browse the repository at this point in the history
  • Loading branch information
niconiahi committed Jan 22, 2024
1 parent 03d4cbc commit 52bea14
Show file tree
Hide file tree
Showing 2 changed files with 114 additions and 5 deletions.
13 changes: 8 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,21 @@
"author": "Nicolas Accetta",
"license": "ISC",
"scripts": {
"dev": "pnpm -r run dev",
"build": "pnpm -r --filter !@ariabones/playground run build",
"lint": "pnpm -r --filter !@ariabones/playground run lint",
"lint:fix": "pnpm -r --filter !@ariabones/playground run lint:fix",
"dev": "run-p dev:**",
"dev:app:playground": "pnpm --filter @ariabones/playground run dev",
"dev:package:button": "pnpm --filter @ariabones/button run dev",
"build": "pnpm --recursive --filter --sort !@ariabones/playground run build",
"lint": "pnpm --recursive --filter !@ariabones/playground run lint",
"lint:fix": "pnpm --recursive --filter !@ariabones/playground run lint:fix",
"version": "changeset version",
"publish": "pnpm -r --filter !@ariabones/playground run publish"
"publish": "pnpm --recursive --filter !@ariabones/playground run publish"
},
"devDependencies": {
"@antfu/eslint-config": "^2.6.3",
"@changesets/cli": "^2.27.1",
"eslint": "~8.56.0",
"eslint-plugin-format": "^0.1.0",
"npm-run-all": "^4.1.5",
"typescript": "^5.3.3"
}
}
106 changes: 106 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 52bea14

Please sign in to comment.