Skip to content

Commit 8e5ac83

Browse files
authored
Merge pull request #58 from Space48/remove-package-lock
2 parents 80ab257 + 5975cfd commit 8e5ac83

6 files changed

Lines changed: 5 additions & 15478 deletions

File tree

.github/workflows/npm-publish-beta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
registry-url: 'https://registry.npmjs.org'
2222

2323
- name: Install dependencies
24-
run: npm ci
24+
run: npm install
2525

2626
- name: Build
2727
run: npm run build

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
registry-url: 'https://registry.npmjs.org'
1919

2020
- name: Install dependencies
21-
run: npm ci
21+
run: npm install
2222

2323
- name: Build
2424
run: npm run build

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
node_modules
44
.npmrc
55
/scratch
6+
package-lock.json

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
SDM
22
===
33

4+
[![NPM Publish](https://github.com/Space48/sdm/actions/workflows/npm-publish.yml/badge.svg)](https://github.com/Space48/sdm/actions/workflows/npm-publish.yml)
5+
46
## Installation
57
------------
68

0 commit comments

Comments
 (0)