Skip to content

Commit

Permalink
add fresh-clone for webviews package
Browse files Browse the repository at this point in the history
Signed-off-by: Rudy Flores <[email protected]>
  • Loading branch information
rudyflores committed Sep 11, 2023
1 parent cbc4ada commit 749b78c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion packages/zowe-explorer/webviews/edit-attributes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,14 @@
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
"preview": "vite preview",
"fresh-clone": "pnpm clean && rimraf node_modules",
"clean": "gulp clean",
"package": "echo \"edit-attributes: nothing to package.\"",
"test": "echo \"edit-attributes: nothing to test\"",
"lint": "echo \"edit-attributes: nothing to lint.\"",
"lint:html": "echo \"edit-attributes: nothing to lint.\"",
"pretty": "echo \"edit-attributes: nothing to pretty.\""
},
"dependencies": {
"@types/vscode-webview": "^1.57.1",
Expand Down

0 comments on commit 749b78c

Please sign in to comment.