Introduce a build:ci command that doesn't build webpack bundles
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
"types": "lib/src/index.d.js",
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"build:ci": "yarn build",
|
||||
"test": "mocha --require source-map-support/register --require make-promises-safe lib/test/**/*_test.js --timeout 6000 --exit",
|
||||
"test:circleci": "yarn test:coverage",
|
||||
"test:coverage": "nyc npm run test --all && yarn coverage:report:lcov",
|
||||
|
||||
Reference in New Issue
Block a user