Skip to content

Commit

Permalink
fix readd the test
Browse files Browse the repository at this point in the history
  • Loading branch information
alecarn committed Dec 12, 2023
1 parent cea387a commit 192571d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"compodoc": "npx compodoc -p tsconfig.json",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"changelog-current": "conventional-changelog -p angular -r 2",
"preversion": "npm run test && npm run e2e",
"version": "npm run release.lib && npm run release.ghpages",
"postversion": "npm run changelog && git add -u && git push && git push --tags",
"release.lib": "ts-node scripts/src/release/release.ts",
Expand Down

0 comments on commit 192571d

Please sign in to comment.