This repository was archived by the owner on Nov 13, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- # aws-lambda-nodejs-rollup [ ![ GitHub license] ( https://img.shields.io/github/license/vvo/aws-lambda-nodejs-rollup?style=flat )] ( https://github.com/vvo/aws-lambda-nodejs-rollup/blob/master/LICENSE ) [ ![ Tests] ( https://github.com/vvo/aws-lambda-nodejs-rollup/workflows/CI/badge.svg )] ( https://github.com/vvo/aws-lambda-nodejs-rollup/actions ) [ ![ codecov] ( https://codecov.io/gh/vvo/aws-lambda-nodejs-rollup/branch/master/graph/badge.svg )] ( https://codecov.io/gh/vvo/aws-lambda-nodejs-rollup ) ![ npm] ( https://img.shields.io/npm/v/aws-lambda-nodejs-rollup ) [ ![ minizipped size ] ( https://badgen.net/bundlephobia/minzip/aws-lambda-nodejs-rollup )] ( https://bundlephobia.com/result?p=aws-lambda-nodejs-rollup )
1+ # aws-lambda-nodejs-rollup [ ![ GitHub license] ( https://img.shields.io/github/license/vvo/aws-lambda-nodejs-rollup?style=flat )] ( https://github.com/vvo/aws-lambda-nodejs-rollup/blob/master/LICENSE ) [ ![ Tests] ( https://github.com/vvo/aws-lambda-nodejs-rollup/workflows/CI/badge.svg )] ( https://github.com/vvo/aws-lambda-nodejs-rollup/actions ) [ ![ codecov] ( https://codecov.io/gh/vvo/aws-lambda-nodejs-rollup/branch/master/graph/badge.svg )] ( https://codecov.io/gh/vvo/aws-lambda-nodejs-rollup ) ![ npm] ( https://img.shields.io/npm/v/aws-lambda-nodejs-rollup )
22
33---
44
Original file line number Diff line number Diff line change 2222 "build" : " tsdx build" ,
2323 "format" : " tsdx lint --fix" ,
2424 "lint" : " tsdx lint" ,
25- "prepublishOnly " : " tsdx build" ,
25+ "prepare " : " tsdx build" ,
2626 "semantic-release" : " semantic-release" ,
2727 "start" : " tsdx watch" ,
28- "test" : " yarn build "
28+ "test" : " echo 'no test, see roadmap' "
2929 },
3030 "babel" : {
3131 "presets" : [
You can’t perform that action at this time.
0 commit comments