Skip to content

Commit

Permalink
ci(js-lib): fix publication automation
Browse files Browse the repository at this point in the history
  • Loading branch information
jourdain committed Jun 5, 2024
1 parent 4d6cc61 commit 539f09f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions js-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@
"main": "./dist/trame.umd.js",
"unpkg": "./dist/trame.umd.js",
"module": "./dist/trame.mjs",
"repository": {
"type": "git",
"url": "https://github.com/Kitware/trame-client.git"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "vite build --emptyOutDir",
"debug": "vite build --sourcemap -m dev",
Expand Down

0 comments on commit 539f09f

Please sign in to comment.