mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-22 06:59:30 -06:00
Add keywords to allow searching cypress in npmjs.com (#1522)
* Add keyword in package.json * Also add keywords to the build script
This commit is contained in:
committed by
Jennifer Shehane
parent
b305018ba1
commit
6dd7edea5c
@@ -13,6 +13,7 @@ const {
|
||||
license,
|
||||
bugs,
|
||||
repository,
|
||||
keywords,
|
||||
} = require('@packages/root')
|
||||
|
||||
// the rest of properties should come from the package.json in CLI folder
|
||||
@@ -33,6 +34,7 @@ function preparePackageForNpmRelease (json) {
|
||||
license,
|
||||
bugs,
|
||||
repository,
|
||||
keywords,
|
||||
types: 'types', // typescript types
|
||||
scripts: {
|
||||
postinstall: 'node index.js --exec install',
|
||||
|
||||
Reference in New Issue
Block a user