Skip to content

Commit f56b588

Browse files
update package.json
1 parent 8cb84ee commit f56b588

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/contentstack-bootstrap/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"postpack": "rm -f oclif.manifest.json",
1212
"prepack": "pnpm compile && oclif manifest && oclif readme",
1313
"version": "oclif readme && git add README.md",
14-
"test": "npm run compile && npm run test:e2e",
14+
"test": "npm run build && npm run test:e2e",
1515
"test:e2e": "nyc mocha \"test/**/*.test.js\" || exit 0",
1616
"test:report": "nyc --reporter=lcov mocha \"test/**/*.test.js\""
1717
},

0 commit comments

Comments
 (0)