Skip to content

Commit

Permalink
Merge 02abd63 into 39c103f
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnpnl committed Nov 30, 2021
2 parents 39c103f + 02abd63 commit 77a7e17
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
38 changes: 19 additions & 19 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"doc:build": "cd website && npm run build",
"changelog": "node_modules/.bin/conventional-changelog -p angular -i CHANGELOG.md -s -r 1",
"prepare": "npm run build",
"prepublishOnly": "npm run test-ci",
"preversion": "npm run test-ci",
"prepublishOnly": "npm run test",
"preversion": "npm run test",
"version": "npm run changelog && git add CHANGELOG.md",
"raw:options": "node scripts/generate-raw-compiler-options.js"
},
Expand Down

0 comments on commit 77a7e17

Please sign in to comment.