Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
PanierAvide committed Apr 2, 2020
1 parent 7499905 commit f2ffee1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@
"description": "Rules for opening hours during Covid-19 lockdown",
"main": "compatibility.js",
"scripts": {
"compat:fr": "node compatibility.js"
"compat:fr": "node compatibility.js",
"precommit": "npm run compat:fr && git add regles.csv"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PanierAvide/Covid_enseignes.git"
},
"pre-commit": [
"compat:fr"
"precommit"
],
"author": "Adrien PAVIE",
"license": "GPL-3.0",
Expand Down

0 comments on commit f2ffee1

Please sign in to comment.