Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rylorin committed Mar 13, 2024
1 parent 4dc74f5 commit 7731cd5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,12 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

# Install packages
# - name: "Installing"
# run: npm install
- run: yarn ci
# Install packages with yarn
- name: "Install"
run: yarn install --frozen-lockfile

- name: "Test"
run: yarn test

# Publish the package
- name: "Publishing to Npm registry"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,13 +110,13 @@
"test:watch": "mocha --watch --require babel-core/register --require babel-polyfill"
},
"dependencies": {
"@tensorflow/tfjs": "0.10.0",
"@types/node": "^20.11.27"
"@tensorflow/tfjs": "0.10.0"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-terser": "^0.4.4",
"@types/node": "^20.11.27",
"babel-cli": "^6.8.0",
"babel-core": "^6.8.0",
"babel-plugin-external-helpers": "^6.22.0",
Expand Down

0 comments on commit 7731cd5

Please sign in to comment.