Skip to content

Commit

Permalink
Update cli
Browse files Browse the repository at this point in the history
  • Loading branch information
willybrauner committed Nov 2, 2023
1 parent fbac0f1 commit 4cbb07e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions package-lock.json

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

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
"main": "src/index.tsx",
"type": "module",
"scripts": {
"init": "npm i && cd apps/front && npm install",
"dev:front": "cd apps/front && npm run dev",
"build:front": "cd apps/front && npm run build",
"test:front": "cd apps/front && npm run test",
"scaffold": "node cli/tasks/scaffold-component/scaffold-component.js",
"scaffold-wp": "node cli/tasks/scaffold-wp/scaffold-wp.js",
"front:dev": "cd apps/front && npm run dev",
"front:build": "cd apps/front && npm run build",
"front:test": "cd apps/front && npm run test",
"front:scaffold": "node cli/tasks/scaffold-component/scaffold-component.js",
"back:scaffold-wp": "node cli/tasks/scaffold-wp/scaffold-wp.js",
"setup": "node cli/tasks/setup/setup.js && npm run prepare",
"prepare": "husky install"
"prepare": "husky install",
"postinstall": "cd apps/front && npm i"
},
"devDependencies": {
"@cher-ami/debug": "^1.2.0",
Expand Down

0 comments on commit 4cbb07e

Please sign in to comment.