Skip to content

Commit 6b5c0cc

Browse files
authored
fix(automated-build): Prevent publishing docs (#65)
At this point we have launched version 0.4.0 manually. Here is an attempt to publish a new version automatically.
1 parent 31cc3fd commit 6b5c0cc

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.npmignore

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@ node_modules
22
.DS_Store
33
dist-ssr
44
*.local
5-
**/docs/build/
6-
5+
./docs/*

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "itk-viewer-bootstrap-ui",
3-
"version": "0.0.0-development",
3+
"version": "0.4.0",
44
"scripts": {
55
"dev": "vite",
66
"build": "vite build",

0 commit comments

Comments
 (0)