Skip to content

Commit 99f08ef

Browse files
author
naman-contentstack
committed
revert: missing scripts from export-to-csv package file
1 parent 747751b commit 99f08ef

1 file changed

Lines changed: 15 additions & 2 deletions

File tree

packages/contentstack-export-to-csv/package.json

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,18 @@
6363
"cm:export-to-csv": "EXPRTCSV"
6464
}
6565
},
66-
"repository": "https://github.com/contentstack/cli"
67-
}
66+
"repository": "https://github.com/contentstack/cli",
67+
"scripts": {
68+
"build": "npm run clean && npm run compile",
69+
"clean": "rm -rf ./lib ./node_modules tsconfig.tsbuildinfo oclif.manifest.json",
70+
"compile": "tsc -b tsconfig.json",
71+
"lint": "eslint src/**/*.ts",
72+
"lint:fix": "eslint src/**/*.ts --fix",
73+
"postpack": "rm -f oclif.manifest.json",
74+
"prepack": "pnpm compile && oclif manifest && oclif readme",
75+
"test": "nyc mocha --forbid-only \"test/**/*.test.ts\"",
76+
"test:unit": "mocha --timeout 10000 --forbid-only \"test/unit/**/*.test.ts\"",
77+
"test:unit:report": "nyc --extension .ts mocha --forbid-only \"test/unit/**/*.test.ts\"",
78+
"version": "oclif readme && git add README.md"
79+
}
80+
}

0 commit comments

Comments
 (0)