Created
October 21, 2022 17:52
-
-
Save timheuer/22910c57ee441d198efd2d31e63c57fb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"scripts": { | |
"vscode:prepublish": "npm run compile", | |
"compile": "tsc -p ./", | |
"watch": "tsc -watch -p ./", | |
"pretest": "npm run compile && npm run lint", | |
"lint": "eslint src --ext ts", | |
"test": "node ./out/test/runTest.js", | |
"package": "npm run clean && vsce package", | |
"clean": "rimraf ./dist ./out" | |
}, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment