Skip to content

Commit e994b6d

Browse files
authored
curaenginejs (#2179)
2 parents 1469d71 + 11f52f7 commit e994b6d

File tree

4 files changed

+12
-3189
lines changed

4 files changed

+12
-3189
lines changed

.github/workflows/npm-package.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,15 +80,12 @@ jobs:
8080
- name: Use Node.js
8181
uses: actions/setup-node@v4
8282
with:
83-
node-version-file: .nvmrc
8483
registry-url: 'https://npm.pkg.github.com'
8584
scope: '@ultimaker'
8685

8786
- name: Set npm config
8887
run: |
8988
cd CuraEngineJS
90-
npm run install_curaengine
91-
npm ci
9289
npm publish
9390
env:
9491
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

CuraEngineJS/.npmrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
//npm.pkg.github.com/:_authToken=${GITHUB_TOKEN}
2+
@ultimaker:registry=https://npm.pkg.github.com
3+
always-auth=true

0 commit comments

Comments
 (0)