Skip to content

Commit

Permalink
0
Browse files Browse the repository at this point in the history
  • Loading branch information
nullice committed Apr 14, 2018
1 parent 55f808f commit 95ac960
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ language: node_js
node_js:
- "8"
before_script:
- npm run zero-init your-package-name YouPackgeFullName
- npm run build-all
after_script:
- npm run test-coveralls
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,4 @@ npm run build

- 默认会进行 node.js 和 Web 2 种打包,如果你是纯 node.js 库,并引入了 `fs` 这种只有 node.js 才能用的库,需要手动修改 `webpack.config.js` 去掉 Web 部分的打包,否则可能会打包失败。
- `README.md` 文件会自动生成,所以你要写 README 要写在 `README-HEAD.md` 中,否则用 `npm run doc `生成文档时,`README.md` 会被覆盖。

0 comments on commit 95ac960

Please sign in to comment.