Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellacosse authored Jan 14, 2025
1 parent 460b5a1 commit 06fb564
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"action:list": "npm run action list",
"action": "node ./infrastructure/build/run_action.mjs",
"clean": "npm run clean --workspaces && rm -rf output node_modules third_party/jsign/*.jar && go run github.com/go-task/task/v3/cmd/task clean",
"format:all": "echo 'WARNING! Currently works on Linux only. Pass file names to fix specific files on MacOS.' && gts fix",
"lint:all": "echo 'WARNING! Currently works on Linux only. Pass file names to lint specific files on MacOS.' && gts lint",
"format:all": "echo 'WARNING! Currently works on Linux only. Pass filepaths to fix specific files on MacOS.' && gts fix",
"lint:all": "echo 'WARNING! Currently works on Linux only. Pass filepaths to lint specific files on MacOS.' && gts lint",
"reset": "npm run clean && npm ci",
"storybook": "storybook dev -p 6006"
},
Expand Down

0 comments on commit 06fb564

Please sign in to comment.