diff options
author | Hygna <hygna@proton.me> | 2022-10-24 23:03:34 +0100 |
---|---|---|
committer | Hygna <hygna@proton.me> | 2022-10-24 23:03:34 +0100 |
commit | 138910dc6cc15e29dabc03ccfd17d3b01388320d (patch) | |
tree | f4b16ebc627b86a4f46a89f81e5af8e3899c1544 /package.json | |
parent | Update version 2.3.3 => 2.3.4 (diff) | |
download | libredirect-138910dc6cc15e29dabc03ccfd17d3b01388320d.zip |
Stopped tracking generated html files in git
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 01db7c34..7df440f6 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "build": "web-ext build", "test": "web-ext lint", "instances": "python3 src/instances/get_instances.py && git update-index --assume-unchanged src/instances/blacklist.json src/instances/data.json", - "ejs": "npx ejs src/pages/options/index.ejs -f src/config/config.json -o src/pages/options/index.html && npx ejs src/pages/popup/popup.ejs -f src/config/config.json -o src/pages/popup/popup.html" + "ejs": "ejs src/pages/options/index.ejs -f src/config/config.json -o src/pages/options/index.html && ejs src/pages/popup/popup.ejs -f src/config/config.json -o src/pages/popup/popup.html && prettier -w src/pages/options/index.html src/pages/popup/popup.html" }, "repository": { "type": "git", |