Skip to content

Commit

Permalink
build(release): adding npm aliases for pipline
Browse files Browse the repository at this point in the history
  • Loading branch information
maknop committed Sep 22, 2023
1 parent ec7c9dd commit b8deb3d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,9 @@
"test:spell-support": "cspell ./README.md ./config/README.md ./CONTRIBUTING.md --config ./config/cspell.config.json",
"test:spell": "cspell './public/locales/**/en*json' './src/**/*.js' --config ./config/cspell.config.json",
"test:local": "jest --roots=./src --watch",
"verify": "run-s test:ephemeral build:ephemeral"
"verify": "run-s test:ephemeral build:ephemeral",
"ci:unit-tests": "run-s test",
"ci:lint": "run-s test:lint"
},
"dependencies": {
"@joi/date": "^2.1.0",
Expand Down

0 comments on commit b8deb3d

Please sign in to comment.