Skip to content

Commit 24e4950

Browse files
chore: update test script to use 'compile' instead of 'build'
1 parent 60c88cd commit 24e4950

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 build && npm run test:e2e",
14+
"test": "npm run compile && 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)