Move bin path, in Windows, from D: to C: (#251)

This commit is contained in:
Paulo F. Oliveira
2024-02-12 22:03:29 -06:00
committed by GitHub
parent f2c1b65313
commit 951dd857ae
8 changed files with 995 additions and 793 deletions
+3 -1
View File
@@ -11,7 +11,9 @@
"shellcheck": "shellcheck .github/workflows/*.sh",
"test": "node test/setup-beam.test.js",
"yamllint": "yamllint .github/workflows/**.yml && yamllint .*.yml && yamllint *.yml",
"build-dist": "rm -rf ./dist && npm install && npm run build && npm run format && npm run markdownlint && npm run shellcheck && npm run yamllint && npm run jslint"
"clean-dist": "rm -rf ./dist",
"lint": "npm run markdownlint && npm run shellcheck && npm run yamllint && npm run jslint",
"build-dist": "npm run clean-dist && npm install && npm run build && npm run format && npm run lint"
},
"dependencies": {
"@actions/core": "1.10.0",