Skip to content

Commit

Permalink
adding pnpm commands
Browse files Browse the repository at this point in the history
  • Loading branch information
mayarajan3 committed May 22, 2024
1 parent b44ade1 commit c7ec378
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions extensions/src/.templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"main": "index.ts",
"scripts": {
"directory": "echo replace-with-directory-name",
"test": "npm run test --prefix ../../ -- replace-with-directory-name/index.test.ts",
"dev": "npm run dev --prefix ../../../ -- --include replace-with-directory-name",
"add:ui": "npm run add:ui --prefix ../../../ -- replace-with-directory-name",
"add:arg": "npm run --prefix ../../../-- replace-with-directory-name"
"test": "pnpm --filter ../../../ test replace-with-directory-name/index.test.ts",
"dev": "pnpm --filter ../../../ dev --include replace-with-directory-name",
"add:ui": "pnpm --filter ../../../ add:ui replace-with-directory-name",
"add:arg": "pnpm --filter ../../../ add:arg replace-with-directory-name"
},
"author": "",
"license": "ISC"
Expand Down

0 comments on commit c7ec378

Please sign in to comment.