Skip to content

Instantly share code, notes, and snippets.

@timheuer
Created October 21, 2022 17:52
Show Gist options
  • Save timheuer/22910c57ee441d198efd2d31e63c57fb to your computer and use it in GitHub Desktop.
Save timheuer/22910c57ee441d198efd2d31e63c57fb to your computer and use it in GitHub Desktop.
"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