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 )
2
2
3
3
---
4
4
Original file line number Diff line number Diff line change 22
22
"build" : " tsdx build" ,
23
23
"format" : " tsdx lint --fix" ,
24
24
"lint" : " tsdx lint" ,
25
- "prepublishOnly " : " tsdx build" ,
25
+ "prepare " : " tsdx build" ,
26
26
"semantic-release" : " semantic-release" ,
27
27
"start" : " tsdx watch" ,
28
- "test" : " yarn build "
28
+ "test" : " echo 'no test, see roadmap' "
29
29
},
30
30
"babel" : {
31
31
"presets" : [
You can’t perform that action at this time.
0 commit comments