Skip to content

Commit

Permalink
Merge pull request #256 from thetarnav/update-npm-scipts
Browse files Browse the repository at this point in the history
Remove `vscode:prepublish` and split `build` and `package` scripts
  • Loading branch information
DanielGavin authored Oct 6, 2023
2 parents 7b3af85 + ade711c commit 5d33af9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions editors/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,12 +118,12 @@
]
},
"scripts": {
"vscode:prepublish": "npm run compile",
"compile": "tsc -p ./",
"lint": "eslint src --ext ts",
"watch": "tsc -watch -p ./",
"pretest": "npm run compile && npm run lint",
"package": "npm run compile && vsce package -o extension.vsix",
"package": "vsce package -o extension.vsix",
"build": "npm run compile && npm run package",
"test": "node ./out/test/runTest.js"
},
"devDependencies": {
Expand Down Expand Up @@ -152,4 +152,4 @@
"editor.semanticHighlighting.enabled": true
}
}
}
}

0 comments on commit 5d33af9

Please sign in to comment.