Skip to content

Commit

Permalink
Update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Hacksore committed Feb 17, 2024
1 parent cff3b7d commit db0531c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,11 @@
"version": "1.0.0",
"description": "A utility for running JS apps with secrets from the 1Password CLI",
"scripts": {
"start": "turbo run start",
"start": "turbo start",
"build": "turbo run build",
"check:format": "turbo run check:format",
"clean": "turbo run clean && rm -rf node_modules .turbo",
"lint": "turbo run lint",
"format": "turbo run format"
},
"keywords": [],
Expand Down

0 comments on commit db0531c

Please sign in to comment.