Skip to content

Commit

Permalink
package.json: Added script for VSIX package build
Browse files Browse the repository at this point in the history
Signed-off-by: Grzegorz Latosinski <[email protected]>
  • Loading branch information
glatosinski committed Jun 10, 2024
1 parent e54bca8 commit d649bb6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
"displayName": "vscode-orfs",
"description": "OpenROAD-flow-scripts plugin for Visual Studio Code",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "https://github.com/the-OpenROAD-Project/OpenROAD-flow-scripts"
},
"engines": {
"vscode": "^1.89.0"
},
Expand Down Expand Up @@ -105,14 +109,16 @@
"compile": "tsc -p ./",
"watch": "tsc -watch -p ./",
"pretest": "npm run compile && npm run lint",
"build-extension": "vsce package -o vscode-orfs.vsix",
"lint": "eslint src --ext ts"
},
"devDependencies": {
"@vscode/vsce": "2.27.0",
"@types/vscode": "^1.89.0",
"@types/node": "18.x",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"eslint": "^8.57.0",
"typescript": "^5.4.5"
}
}
}

0 comments on commit d649bb6

Please sign in to comment.