Skip to content

Commit 6db7aa0

Browse files
committed
Replace yarn with npm
1 parent a17551d commit 6db7aa0

File tree

5 files changed

+6187
-1739
lines changed

5 files changed

+6187
-1739
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
version: 2
22
updates:
3-
- package-ecosystem: "npm"
4-
directory: "/"
3+
- package-ecosystem: 'npm'
4+
directory: '/'
55
schedule:
6-
interval: "daily"
6+
interval: 'daily'
77
allow:
8-
- dependency-name: "typescript-to-lua"
8+
- dependency-name: 'typescript-to-lua'

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
uses: actions/setup-node@v1
1414
with:
1515
node-version: 12.13.1
16-
- run: yarn --frozen-lockfile
17-
- run: yarn build
18-
- run: yarn lint
16+
- run: npm ci
17+
- run: npm run build
18+
- run: npm run lint

0 commit comments

Comments
 (0)