Skip to content

Commit e768567

Browse files
committed
Add a script for packaging the extension
1 parent a5264bd commit e768567

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
"prettier": "prettier . --check",
1717
"prettier-fix": "prettier . --write",
1818
"ts": "tsc",
19-
"test-all": "run-p lint prettier ts"
19+
"test-all": "run-p lint prettier ts",
20+
"package": "zip -r firefox-profiler.zip manifest.json LINCESE src/ icons/"
2021
},
2122
"devDependencies": {
2223
"@eslint/js": "^9.11.1",

0 commit comments

Comments
 (0)