Have npm run build-dist _always_ recreate dist (#247)

This commit is contained in:
Paulo F. Oliveira
2024-01-28 22:45:05 +00:00
committed by GitHub
parent b8913643d6
commit 98ca4dce66
+1 -1
View File
@@ -11,7 +11,7 @@
"shellcheck": "shellcheck .github/workflows/*.sh",
"test": "node test/setup-beam.test.js",
"yamllint": "yamllint .github/workflows/**.yml && yamllint .*.yml && yamllint *.yml",
"build-dist": "npm install && npm run build && npm run format && npm run markdownlint && npm run shellcheck && npm run yamllint && npm run jslint"
"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"
},
"dependencies": {
"@actions/core": "1.10.0",