We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 683df1d commit 180cc22Copy full SHA for 180cc22
1 file changed
package.json
@@ -30,7 +30,7 @@
30
"format:check": "npx prettier --check .",
31
"lint": "npx eslint .",
32
"local-action": "npx @github/local-action . src/main.ts .env",
33
- "package": "npx rollup --config rollup.config.ts --configPlugin @rollup/plugin-typescript",
+ "package": "rm -rf ./dist && npx rollup --config rollup.config.ts --configPlugin @rollup/plugin-typescript",
34
"package:watch": "npm run package -- --watch",
35
"test": "NODE_OPTIONS=--experimental-vm-modules NODE_NO_WARNINGS=1 npx jest",
36
"all": "npm run format:write && npm run lint && npm run test && npm run coverage && npm run package"
0 commit comments