Skip to content

Commit 0332d65

Browse files
author
Akos Kitta
committed
feat: use private npm registry for the packaging
Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
1 parent f8c01e3 commit 0332d65

File tree

6 files changed

+2117
-192
lines changed

6 files changed

+2117
-192
lines changed

arduino-ide-extension/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,5 +170,8 @@
170170
"languageServer": {
171171
"version": "0.7.2"
172172
}
173+
},
174+
"publishConfig": {
175+
"registry": "http://localhost:4873"
173176
}
174177
}

electron/.gitignore

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,15 @@
1-
# The working-copy folder we use to package the application.
2-
working-copy/
3-
4-
# Ignore all Theia generated things.
5-
*.log
6-
src-gen/
7-
node_modules/
8-
build/yarn.lock
9-
webpack.config.js
10-
lib/
11-
121
# The electron-builder output.
132
dist/
143

154
# `dotenv` can provide dynamic input for the elecrton-builder. e.g.: commitish for the build.
165
electron-builder.env
176

18-
# The generated `package.json` under the `build` folder.
7+
# The generated `package.json` and lock file under the `build` folder.
198
build/package.json
9+
build/yarn.lock
2010

2111
# Resources the packager copies from dev to prod
2212
build/resources/preload.html
13+
14+
# For the private npm package registry
15+
verdaccio-storage

0 commit comments

Comments
 (0)