Skip to content

Commit ede96b5

Browse files
author
Robb Lovell
committed
support for url based references in package json files.
1 parent 128f7ee commit ede96b5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"release": "semantic-release --no-ci",
1818
"release:dry-run": "semantic-release --no-ci --dry-run",
1919
"snyk-protect": "snyk protect",
20-
"prepare": "npm run snyk-protect"
20+
"prepare": "npm run snyk-protect && npm run build"
2121
},
2222
"config": {
2323
"commitizen": {

0 commit comments

Comments
 (0)