chore(): update e2e test action, with deliberate lint fail

This commit is contained in:
Tiago Siebler
2024-12-11 16:53:14 +00:00
parent d363c51b2b
commit ebf7f69a81
3 changed files with 19 additions and 15 deletions

View File

@@ -16,6 +16,7 @@
"build:clean": "npm run clean && npm run build",
"build:watch": "npm run clean && tsc --watch",
"pack": "webpack --config webpack/webpack.config.js",
"lint": "eslint src",
"prepublish": "npm run build:clean",
"betapublish": "npm publish --tag beta"
},