Skip to content

Commit

Permalink
build: remove some package scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
EmileRolley committed Dec 18, 2023
1 parent b9f1b47 commit abc5836
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,7 @@
"compile:rules": "node scripts/rulesToJSON.mjs",
"compile:rules-watch": "nodemon -e \"publicodes js mjs\" --watch data/ --watch scripts/ scripts/rulesToJSON.mjs",
"compile:rules-watch:fr": "nodemon -e \"publicodes js mjs\" --watch data/ --watch scripts/ scripts/rulesToJSON.mjs -t fr -o FR",
"compile-watch": "nodemon -e \"publicodes js mjs\" --watch data/ --watch scripts/ scripts/rulesToJSON.mjs & nodemon -e publicodes --watch personas/ scripts/personasToJSON.js & nodemon -e md --watch contenu-ecrit/ scripts/documentationToJSON.js ",
"serve": "yarn run http-server --cors -p 9000",
"dev": "yarn run compile-watch & yarn run serve",
"dev:rules-fr": "yarn run compile:rules-watch:fr & yarn run serve",
"compile-watch": "yarn compile:rules-watch & nodemon -e publicodes --watch personas/ scripts/personasToJSON.js",
"test:personas": "node tests/testPersonas.mjs",
"test:optim": "node tests/testOptim.mjs",
"translate": "node scripts/i18n/translate-rules.js && node scripts/i18n/translate-personas.js",
Expand Down

0 comments on commit abc5836

Please sign in to comment.