File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1+ **
2+ *
3+
4+ ! dist /**
Original file line number Diff line number Diff line change 22 "name" : " container-registry-proxy" ,
33 "version" : " 2.0.0" ,
44 "description" : " A simple container registry proxy." ,
5- "main" : " src /index.ts " ,
5+ "main" : " bin /index.js " ,
66 "repository" : " https://github.com/Addono/container-registry-proxy.git" ,
77 "author" :
" Adriaan Knapen <[email protected] >" ,
88 "license" : " MIT" ,
1212 "build" : " tsc" ,
1313 "dev" : " ts-node-dev src/index.ts" ,
1414 "snyk-protect" : " snyk protect" ,
15- "prepare" : " yarn run snyk-protect"
15+ "prepare" : " yarn run snyk-protect && yarn build "
1616 },
1717 "bin" : {
1818 "container-registry-proxy" : " ./bin/index.js" ,
6060 [
6161 " @semantic-release/exec" ,
6262 {
63- "prepareCmd" : " yarn install && yarn build "
63+ "prepareCmd" : " yarn install --frozen-lockfile "
6464 }
6565 ],
6666 [
You can’t perform that action at this time.
0 commit comments