Skip to content

Commit 628f32f

Browse files
committed
commit lockfile, add npm-merge-driver, use npm ci in ci
1 parent 595e304 commit 628f32f

File tree

4 files changed

+18603
-5
lines changed

4 files changed

+18603
-5
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
node-version: 12
2020
- name: npm install, build, and test
2121
run: |
22-
npm install
23-
npm run prepare --if-present
22+
npm ci
23+
npm run build --if-present
2424
npm test
2525
env:
2626
CI: true

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
node_modules
2-
package-lock.json
32
dist
43
coverage

0 commit comments

Comments
 (0)