We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5264bd commit e768567Copy full SHA for e768567
package.json
@@ -16,7 +16,8 @@
16
"prettier": "prettier . --check",
17
"prettier-fix": "prettier . --write",
18
"ts": "tsc",
19
- "test-all": "run-p lint prettier ts"
+ "test-all": "run-p lint prettier ts",
20
+ "package": "zip -r firefox-profiler.zip manifest.json LINCESE src/ icons/"
21
},
22
"devDependencies": {
23
"@eslint/js": "^9.11.1",
0 commit comments