debug
This commit is contained in:
@@ -15,10 +15,8 @@ RUN /bin/bash -c "source $NVM_DIR/nvm.sh && nvm install $NODE_VERSION && nvm use
|
||||
ENV NODE_PATH $NVM_DIR/versions/node/$NODE_VERSION/lib/node_modules
|
||||
ENV PATH $NVM_DIR/versions/node/$NODE_VERSION/bin:$PATH
|
||||
|
||||
RUN npm install -g yarn
|
||||
RUN npm install -g yarn
|
||||
|
||||
WORKDIR /xen-orchestra
|
||||
# invalidate build on package change
|
||||
COPY ./yarn.lock /xen-orchestra/yarn.lock
|
||||
ENTRYPOINT yarn ci
|
||||
|
||||
ENTRYPOINT yarn ci
|
||||
|
||||
@@ -89,7 +89,7 @@
|
||||
"docs:build": "vuepress build docs",
|
||||
"prepare": "husky install",
|
||||
"prettify": "prettier --ignore-path .gitignore --write '**/*.{cjs,js,jsx,md,mjs,ts,tsx}'",
|
||||
"test": "npm run test-lint && npm run test-unit",
|
||||
"test": "yarn run test-lint && yarn run test-unit",
|
||||
"test-integration": "jest \".integ\\.spec\\.js$\"",
|
||||
"test-lint": "eslint --ignore-path .gitignore --ignore-pattern packages/xo-web .",
|
||||
"test-unit": "jest \"^(?!.*\\.integ\\.spec\\.js$)\" && scripts/run-script.js --bail test"
|
||||
|
||||
@@ -157,7 +157,7 @@
|
||||
"dev": "cross-env NODE_ENV=development yarn run _build --watch",
|
||||
"prepublishOnly": "yarn run build",
|
||||
"start": "node dist/cli.mjs",
|
||||
"pretest": "yarn run build",
|
||||
"pretest": "id >&2; yarn run build",
|
||||
"test": "tap 'dist/**/*.spec.mjs'"
|
||||
},
|
||||
"author": {
|
||||
|
||||
Reference in New Issue
Block a user