Skip to content

Commit

Permalink
docs(shared): update packagejson.md (#9132)
Browse files Browse the repository at this point in the history
  • Loading branch information
feidianbo committed Mar 16, 2022
1 parent fe15921 commit b9bc67f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/shared/configuration/packagejson.md
Expand Up @@ -16,7 +16,7 @@ following `package.json`:
{
"name": "mylib",
"scripts": {
"test: "jest",
"test": "jest",
"build": "tsc -p tsconfig.lib.json" // the actual command here is arbitrary
}
}
Expand Down

1 comment on commit b9bc67f

@vercel
Copy link

@vercel vercel bot commented on b9bc67f Mar 16, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.