Skip to content

Commit

Permalink
[integration] Align standalone build
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Hassine committed Mar 4, 2022
1 parent 13b3295 commit 8edbcef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions opencti-platform/opencti-front/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,10 @@
},
"scripts": {
"esbuild": "node builder/prod/prod.js",
"esbuild:keep-files": "node builder/prod/prod-keepfiles.js",
"esbuild:standalone": "node builder/prod/prod-standalone.js",
"relay": "relay-compiler",
"build": "yarn relay && yarn esbuild",
"build:standalone": "yarn relay && yarn esbuild:keep-files",
"build:standalone": "yarn relay && yarn esbuild:standalone",
"start": "yarn relay && node builder/dev/dev.js",
"lint": "cross-env DEBUG=eslint:cli-engine TIMING=1 eslint --max-warnings 0 --cache -c .eslintrc.json src",
"control": "yarn audit --groups dependencies --summary",
Expand Down

0 comments on commit 8edbcef

Please sign in to comment.