Skip to content

Commit

Permalink
fix build plugins in PR
Browse files Browse the repository at this point in the history
  • Loading branch information
OlgaLarina committed Dec 6, 2022
1 parent 3d92952 commit 2d793e5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion devops-pull-requests-parallel-jobs.yml
Expand Up @@ -202,7 +202,7 @@ jobs:
npm run build_core
npm run build_i18n
npm run build-core-typings:linux
npm run build-plugins-prod
npm run build-plugins
displayName: "Build Core"
- script: |
Expand Down
2 changes: 1 addition & 1 deletion devops-visual-regression-tests.yml
Expand Up @@ -220,7 +220,7 @@ jobs:
npm run build_core
npm run build_i18n_dev
npm run build-core-typings:windows
npm run build-plugins-prod
npm run build-plugins
displayName: "Build Core"
- script: |
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -61,7 +61,7 @@
"build-core-typings:windows": "tsc --p tsconfig.typing.json && echo declare module 'survey-core' { import main = require('entries/core'); export = main; } >> build/survey-core/survey.core.d.ts",
"build-all-ui-typings:windows": "npm run build-core-typings:windows && npm run build-knockout-ui-typings:windows && npm run build-react-ui-typings:windows && npm run build-vue-ui-typings",
"build-all-not-ui-typings:windows": "npm run build-core-typings:windows && npm run build-knockout-typings:windows && npm run build-react-typings:windows && npm run build-vue-typings && npm run build-jquery-typings:windows && npm run build-angular-typings:windows",
"build-plugins-prod": "",
"build-plugins": "",
"build_i18n": "npm run build_i18n_dev && npm run build_i18n_prod",
"build_jquery": "npm run build_jquery_dev && npm run build_jquery_prod",
"build_angular": "npm run build_angular_dev && npm run build_angular_prod",
Expand Down

0 comments on commit 2d793e5

Please sign in to comment.