Skip to content

Commit

Permalink
package.json: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ilg-ul committed Jul 24, 2024
1 parent 5541ffd commit a79f364
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"openocd": "./.content/bin/openocd"
},
"devDependencies": {
"@xpack-dev-tools/xbb-helper": "^2.1.37"
"@xpack-dev-tools/xbb-helper": "^2.1.38"
},
"properties": {
"appName": "OpenOCD",
Expand Down Expand Up @@ -136,6 +136,7 @@
"trigger-workflow-deep-clean": "bash xpacks/@xpack-dev-tools/xbb-helper/github-actions/trigger-workflow-deep-clean.sh",
"test-native": "bash {{ properties.dbg }} scripts/test.sh",
"test-pre-release": "bash {{ properties.dbg }} scripts/test.sh --base-url pre-release --develop --cache",
"test-release": "bash {{ properties.dbg }} scripts/test.sh --base-url pre-release --develop --cache",
"test-xpm": "bash {{ properties.dbg }} scripts/test.sh --xpm",
"build-native": "bash {{ properties.dbg }} scripts/build.sh",
"build-native-develop": "bash {{ properties.dbg }} scripts/build.sh --develop",
Expand Down

0 comments on commit a79f364

Please sign in to comment.