Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc7d4c29

Browse files
authored
ci: switch to npm ci in github actions (anuraghazra#2046)
1 parent0de23d3 commitc7d4c29

File tree

4 files changed

+9403
-3
lines changed

4 files changed

+9403
-3
lines changed

‎.github/workflows/generate-theme-doc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
-name:npm install, generate readme
2222
run:|
23-
npminstall
23+
npmci
2424
npm run theme-readme-gen
2525
env:
2626
CI:true

‎.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
-name:Install & Test
2424
run:|
25-
npminstall
25+
npmci
2626
npm run test
2727
2828
-name:Run Prettier

‎.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
.vercel
22
.env
33
node_modules
4-
package-lock.json
54
*.lock
65
.vscode/
76
.idea/

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp