Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
interface
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
LuckySwap
interface
Commits
b38ce038
Unverified
Commit
b38ce038
authored
Oct 10, 2023
by
eddie
Committed by
GitHub
Oct 10, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: remove sitemap script from prepare step (#7437)
parent
04bf0758
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
1-main-to-staging.yml
.github/workflows/1-main-to-staging.yml
+6
-0
package.json
package.json
+1
-1
No files found.
.github/workflows/1-main-to-staging.yml
View file @
b38ce038
...
@@ -67,6 +67,12 @@ jobs:
...
@@ -67,6 +67,12 @@ jobs:
echo '* @uniswap/web-admins' > CODEOWNERS
echo '* @uniswap/web-admins' > CODEOWNERS
git add CODEOWNERS
git add CODEOWNERS
git commit -m 'ci: add global CODEOWNERS'
git commit -m 'ci: add global CODEOWNERS'
-
name
:
Update sitemap
run
:
|
yarn sitemap:generate
git add public/sitemap.xml
git commit -m 'ci: update sitemap'
-
name
:
Git push
-
name
:
Git push
run
:
|
run
:
|
...
...
package.json
View file @
b38ce038
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
"i18n:extract"
:
"lingui extract --locale en-US"
,
"i18n:extract"
:
"lingui extract --locale en-US"
,
"i18n:compile"
:
"lingui compile"
,
"i18n:compile"
:
"lingui compile"
,
"i18n"
:
"yarn i18n:extract --clean && yarn i18n:compile"
,
"i18n"
:
"yarn i18n:extract --clean && yarn i18n:compile"
,
"prepare"
:
"concurrently
\"
npm:ajv
\"
\"
npm:contracts
\"
\"
npm:graphql
\"
\"
npm:i18n
\"
\"
npm:sitemap:generate
\"
"
,
"prepare"
:
"concurrently
\"
npm:ajv
\"
\"
npm:contracts
\"
\"
npm:graphql
\"
\"
npm:i18n
\"
"
,
"start"
:
"craco start"
,
"start"
:
"craco start"
,
"start:cloud"
:
"NODE_OPTIONS=--dns-result-order=ipv4first PORT=3001 npx wrangler pages dev --compatibility-flags=nodejs_compat --compatibility-date=2023-08-01 --proxy=3001 --port=3000 -- yarn start"
,
"start:cloud"
:
"NODE_OPTIONS=--dns-result-order=ipv4first PORT=3001 npx wrangler pages dev --compatibility-flags=nodejs_compat --compatibility-date=2023-08-01 --proxy=3001 --port=3000 -- yarn start"
,
"build"
:
"craco build"
,
"build"
:
"craco build"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment