mirror of
https://github.com/davegallant/rfd-redirect-stripper.git
synced 2025-08-06 00:33:39 +00:00
Start to consolidate source code for both browsers
This commit is contained in:
11
package.json
Normal file
11
package.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"devDependencies": {
|
||||
"web-ext": "^7.6.0"
|
||||
},
|
||||
"scripts": {
|
||||
"start:firefox": "web-ext run --source-dir .",
|
||||
"build": "web-ext build --overwrite-dest --ignore-files extensions/ --source-dir .",
|
||||
"lint": "web-ext lint --source-dir .",
|
||||
"sign": "web-ext sign --source-dir ."
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user