Skip to content

Commit

Permalink
curaenginejs (#2179)
Browse files Browse the repository at this point in the history
  • Loading branch information
HellAholic authored Dec 6, 2024
2 parents 1469d71 + 11f52f7 commit e994b6d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3,189 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/npm-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,15 +80,12 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
registry-url: 'https://npm.pkg.github.com'
scope: '@ultimaker'

- name: Set npm config
run: |
cd CuraEngineJS
npm run install_curaengine
npm ci
npm publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
3 changes: 3 additions & 0 deletions CuraEngineJS/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
//npm.pkg.github.com/:_authToken=${GITHUB_TOKEN}
@ultimaker:registry=https://npm.pkg.github.com
always-auth=true
Loading

0 comments on commit e994b6d

Please sign in to comment.