We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cb84ee commit f56b588Copy full SHA for f56b588
packages/contentstack-bootstrap/package.json
@@ -11,7 +11,7 @@
11
"postpack": "rm -f oclif.manifest.json",
12
"prepack": "pnpm compile && oclif manifest && oclif readme",
13
"version": "oclif readme && git add README.md",
14
- "test": "npm run compile && npm run test:e2e",
+ "test": "npm run build && npm run test:e2e",
15
"test:e2e": "nyc mocha \"test/**/*.test.js\" || exit 0",
16
"test:report": "nyc --reporter=lcov mocha \"test/**/*.test.js\""
17
},
0 commit comments