Skip to content

Commit

Permalink
Adds NPMRC substitute for deployment on Netlify
Browse files Browse the repository at this point in the history
  • Loading branch information
olange committed Dec 7, 2023
1 parent e402e33 commit b3b1fdb
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .npmrc.netlify
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@orgname:registry=https://npm.pkg.github.com
//npm.pkg.github.com/:_authToken=${NODE_AUTH_TOKEN}
2 changes: 2 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[build.environment]
NPM_CONFIG_USERCONFIG = ".npmrc.netlify"
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uzufly/cesium-ifc-showcase",
"version": "0.2.4",
"version": "0.2.5",
"description": "Showcase of the import and viewing of an IFC BIM model within a Cesium 3D photorealistic environment – with a photomesh of ‹Caserne des Vernets› construction site in Geneva, Switzerland.",
"source": "src/index.html",
"author": "Uzufly sàrl (https://github.com/uzufly)",
Expand Down

0 comments on commit b3b1fdb

Please sign in to comment.