-
-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3ef26f7
commit 3dd5256
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -147,8 +147,8 @@ | |
"clean": "rm -rd dist", | ||
"prepackage": "rm -f *.vsix", | ||
"package": "bun run build && bun run vsce package --no-dependencies", | ||
"publish:ovsx": "bunx ovsx publish *.vsix --pat '$OVS_PAT'", | ||
"publish:vsce": "bunx vsce publish", | ||
"publish:ovsx": "ovsx publish *.vsix --pat '$OVS_PAT'", | ||
"publish:vsce": "vsce publish", | ||
"publish": "bun run package && bun run publish:vsce && bun run publish:ovsx", | ||
"pretest": "bun run build && vscode-tmgrammar-snap 'syntaxes/tests/*.nix'", | ||
"test": "vscode-test", | ||
|
@@ -160,4 +160,4 @@ | |
"vscode-variables": "^1.0.1" | ||
}, | ||
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" | ||
} | ||
} |