Skip to content

Commit

Permalink
Adding npm targets
Browse files Browse the repository at this point in the history
  • Loading branch information
maknop committed Aug 31, 2023
1 parent 51372a2 commit 18e5e9f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,11 @@
"translations:compile": "npx formatjs compile ./locales/translation-template.json --out-file ./src/locales/translations.json",
"translations:datafile": "node scripts/createDataJson.js",
"verify": "npm-run-all lint build test",
"postinstall": "rm -rf .webpack-cache"
"postinstall": "rm -rf .webpack-cache",
"ci:unit-tests": "run-s test",
"ci:lint": "run-s lint",
"ci:cypress-component-tests": "run-s test:ct",
"ci:cypress-e2e-tests": "run-s test:e2e"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 18e5e9f

Please sign in to comment.