Skip to content

Commit

Permalink
fix(nodejs.yml): 修改action执行命令
Browse files Browse the repository at this point in the history
  • Loading branch information
luoxue committed Dec 17, 2019
1 parent 979064b commit 0e89102
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: npm install, build, and test
run: |
npm ci
npm run build --if-present
npm test
npm run build
env:
CI: true
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
create readme | 修改生成 install 文档标题错误 | [4171dda](https://github.com/luoxue-victor/learn_webpack/commit/4171dda)
createreadme | 文档生成bug修改 | [2730902](https://github.com/luoxue-victor/learn_webpack/commit/2730902)
delete | 删除无用代码 | [0831fc9](https://github.com/luoxue-victor/learn_webpack/commit/0831fc9)
delete lock | 删除 lock | [979064b](https://github.com/luoxue-victor/learn_webpack/commit/979064b)
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)
Expand Down

0 comments on commit 0e89102

Please sign in to comment.