Skip to content

Commit f0e8eea

Browse files
committed
chore: remove package-lock.json
1 parent 55a0d97 commit f0e8eea

File tree

5 files changed

+4
-6085
lines changed

5 files changed

+4
-6085
lines changed

.github/workflows/changesets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: npm install -g npm@latest
3434

3535
- name: Install dependencies
36-
run: npm ci
36+
run: npm install --ignore-scripts
3737

3838
- name: Build monorepo
3939
run: npm run build --if-present

.github/workflows/workspace-engine.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ jobs:
3131
with:
3232
node-version: ${{ matrix.node-version }}
3333
- name: Install dependencies
34-
run: npm ci --ignore-scripts
34+
run: npm install --ignore-scripts
3535
- name: Run tests
3636
run: npm run test --workspace=packages/engine

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
save-exact=true
22
ignore-scripts=true
3+
package-lock=false

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ $ yarn add @jolly-pixel/engine
4949
To install and compile all workspaces, just run the following command at the root
5050

5151
```bash
52-
$ npm ci
52+
$ npm install
5353
$ npm run build
5454
```
5555

0 commit comments

Comments
 (0)