Skip to content

Commit

Permalink
update clean task
Browse files Browse the repository at this point in the history
  • Loading branch information
ryota-murakami committed Aug 18, 2023
1 parent 4173aaa commit caeeed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
"lint": "eslint . --ext .ts,.tsx,.js,jsx --report-unused-disable-directives",
"lint:fix": "eslint . --ext .ts,.tsx,.js,jsx --fix --report-unused-disable-directives",
"typecheck": "tsc --noEmit",
"clean": "rimraf yarn.lock node_modules build server_build storybook-static",
"clean": "rimraf pnpm-lock.yaml node_modules build server_build storybook-static",
"prettier": "prettier --write \"**/*.+(js|ts|tsx|json|yml|css|md|mdx)\"",
"storybook": "dotenv -e .env.storybook -- storybook dev -p 6006",
"build-storybook": "dotenv -e .env.storybook -- storybook build",
Expand Down

0 comments on commit caeeed5

Please sign in to comment.