Skip to content

Commit bd6e021

Browse files
authored
Release v0.18.1 (#118)
* Release v0.18.1 * Remove native clean step from root clean The addition of the clean step in root removes the downloaded, temp artifacts from CI when packaging
1 parent 0d3f289 commit bd6e021

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "escript-lsp",
33
"displayName": "Escript Language Server",
4-
"version": "0.18.0",
4+
"version": "0.18.1",
55
"description": "EScript for Visual Studio Code. Provides code completion, navigation, and more.",
66
"contributors": [
77
{
@@ -239,7 +239,7 @@
239239
"postinstall": "cd client && npm install && cd ../native && npm install && cd ../server && npm install",
240240
"watch": "npm run grammar && tsc -b -w",
241241
"build": "npm run grammar && tsc -b && cd native && npm run build",
242-
"clean": "rimraf client/out server/out grammars/escript.json && cd native && npm run clean",
242+
"clean": "rimraf client/out server/out grammars/escript.json",
243243
"e2e": "cd client && npm test",
244244
"test": "jest --coverage --detectOpenHandles --runInBand",
245245
"test-all": "cross-env JEST_RUN_LONG_TESTS=1 jest --coverage --detectOpenHandles --runInBand",

0 commit comments

Comments
 (0)