1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Add missing dev script

Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
This commit is contained in:
Janne Savolainen 2023-02-23 07:09:48 +02:00
parent f212c90b1a
commit 1a91e78cdb
No known key found for this signature in database
GPG Key ID: 8C6CFB2FFFE8F68A

View File

@ -22,6 +22,7 @@
"scripts": { "scripts": {
"build": "lens-build", "build": "lens-build",
"build:remove": "lens-remove-build", "build:remove": "lens-remove-build",
"dev": "lens-build -- --watch",
"code-style:fix": "lens-fix-code-style", "code-style:fix": "lens-fix-code-style",
"code-style:verify": "lens-verify-code-style", "code-style:verify": "lens-verify-code-style",
"test": "lens-test" "test": "lens-test"