Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Commit 7d6166b

Browse files
committed
updated npm scripts
1 parent 5e3d0a6 commit 7d6166b

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/nodejs.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ jobs:
3030
node-version: ${{ matrix.node }}
3131
- run: npm install -g yarn
3232
- run: yarn install
33-
- run: yarn build
3433
- run: yarn test
3534
coverage:
3635
needs: [test]
@@ -43,7 +42,6 @@ jobs:
4342
node-version: "12"
4443
- run: npm install -g yarn
4544
- run: yarn install
46-
- run: yarn build
4745
- uses: paambaati/codeclimate-action@v2.5.3
4846
env:
4947
CC_TEST_REPORTER_ID: ${{secrets.CC_TEST_REPORTER_ID}}

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-responsive-dimensions",
3-
"version": "3.1.0-beta-2",
3+
"version": "3.1.0-beta-3",
44
"description": "Resposive fontSize, height and width for your react-native components.",
55
"main": "lib/commonjs/index.js",
66
"module": "lib/module/index.js",
@@ -11,8 +11,6 @@
1111
"src/"
1212
],
1313
"scripts": {
14-
"build": "tsc -p .",
15-
"start": "tsc -w",
1614
"test": "jest",
1715
"coverage": "jest --coverage",
1816
"prepare": "bob build"

0 commit comments

Comments
 (0)