Skip to content

Commit

Permalink
ci(update lock): 更新lock文件
Browse files Browse the repository at this point in the history
  • Loading branch information
luoxue committed Dec 17, 2019
1 parent 0e89102 commit bde1e63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: npm install, build, and test
run: |
npm run build
npm ci
npm run build --if-present
env:
CI: true
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
install and use 间距 | install and use 间距 | [94ff06b](https://github.com/luoxue-victor/learn_webpack/commit/94ff06b)
logo | 修改logo | [e858b74](https://github.com/luoxue-victor/learn_webpack/commit/e858b74)
merge | 合并master | [065420b](https://github.com/luoxue-victor/learn_webpack/commit/065420b)
nodejs.yml | 修改action执行命令 | [0e89102](https://github.com/luoxue-victor/learn_webpack/commit/0e89102)
package | asdasdasdad | [8a4cff1](https://github.com/luoxue-victor/learn_webpack/commit/8a4cff1)
package.json | 修改 npm run cr 位置 | [242f695](https://github.com/luoxue-victor/learn_webpack/commit/242f695)
packagejson | 调整生成文档在 commit-msg 钩子内 | [d21b695](https://github.com/luoxue-victor/learn_webpack/commit/d21b695)
Expand Down

0 comments on commit bde1e63

Please sign in to comment.