Skip to content

Commit

Permalink
removed cors-en from package scripts build
Browse files Browse the repository at this point in the history
  • Loading branch information
okeino committed Sep 22, 2023
1 parent eff9952 commit dc63ce4
Show file tree
Hide file tree
Showing 3 changed files with 8,152 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"predev": "concurrently \"npx update-browserslist-db@latest\" \"npm:graphql:codegen\"",
"dev": "concurrently \"npm:graphql:codegen:watch\" \"next dev\"",
"build": "cross-env NODE_ICU_DATA=node_modules/full-icu next build",
"build": "NODE_ICU_DATA=node_modules/full-icu next build",
"postbuild": "next-sitemap",
"build:dev": "ENV_OVERRIDE=development NODE_ICU_DATA=node_modules/full-icu next build --debug",
"build:webpack-only": "ENV_OVERRIDE=development NODE_ICU_DATA=node_modules/full-icu ./next-build-webpack-only.js",
Expand Down
Loading

0 comments on commit dc63ce4

Please sign in to comment.