Skip to content

Commit

Permalink
chore: 🤖 用files方式指定发布文件
Browse files Browse the repository at this point in the history
  • Loading branch information
倪俊杰 committed Nov 9, 2021
1 parent bb29139 commit a32bb1a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .npmignore

This file was deleted.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,16 @@
"version": "0.0.1",
"description": "mock server",
"main": "lib/index.js",
"files": [
"lib"
],
"scripts": {
"mock": "nodemon -q --inspect ./demo/mockServer/server.js",
"prepare": "husky install",
"demo": "webpack-dev-server --open --config ./demo/webpack.config",
"commit": "git-cz",
"lint": "eslint --ext .js ./",
"release": "np --yolo -skip-2fa"
"release": "np --yolo"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit a32bb1a

Please sign in to comment.