Skip to content
This repository was archived by the owner on Nov 13, 2021. It is now read-only.

Commit f07fc9f

Browse files
committed
test(CI): make sure build runs
1 parent 20f2203 commit f07fc9f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
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": [

0 commit comments

Comments
 (0)