Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ehassaan authored Nov 2, 2024
1 parent 0b01f7c commit 4ca308e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vs-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"repository": "https://github.com/ehassaan/ducklab",
"scripts": {
"build": "rollup --config rollup.config.ts --configPlugin @rollup/plugin-typescript",
"package": "source package.sh",
"package": "sh package.sh",
"post-build": "cd dist && npm run install-native && npm run package",
"dev": "rollup --watch --config rollup.config.ts --configPlugin @rollup/plugin-typescript",
"lint": "eslint src --ext .ts,.tsx",
Expand Down Expand Up @@ -119,4 +119,4 @@
"vscode-uri": "^3.0.8",
"zeromq": "^6.0.4"
}
}
}

0 comments on commit 4ca308e

Please sign in to comment.