File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/contentstack-audit Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 7070 "postpack" : " shx rm -f oclif.manifest.json" ,
7171 "posttest" : " npm run lint" ,
7272 "compile" : " shx rm -rf lib && tsc -b" ,
73- "prepack" : " pnpm compile && oclif manifest && oclif readme" ,
73+ "prepack" : " npm run build && oclif manifest && oclif readme" ,
7474 "test" : " mocha --forbid-only \" test/**/*.test.ts\" " ,
7575 "version" : " oclif readme && git add README.md" ,
76- "clean" : " rm -rf ./lib ./node_modules tsconfig.tsbuildinfo oclif.manifest.json" ,
76+ "clean" : " rm -rf ./lib tsconfig.tsbuildinfo oclif.manifest.json" ,
7777 "test:unit:report" : " nyc --extension .ts mocha --forbid-only \" test/unit/**/*.test.ts\" " ,
7878 "test:unit" : " mocha --timeout 10000 --forbid-only \" test/unit/**/*.test.ts\" "
7979 },
You can’t perform that action at this time.
0 commit comments