Skip to content

Commit b766ba7

Browse files
authored
chore(web): add script to start web project with op value inject (#164)
1 parent d0a2648 commit b766ba7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

web/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
},
1818
"scripts": {
1919
"start": "yarn && vite",
20+
"start:op": "op run --env-file=.env.op -- yarn start",
2021
"test": "vitest",
2122
"coverage": "vitest --coverage",
2223
"e2e": "playwright test",

0 commit comments

Comments
 (0)