Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
scratch-www
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
scratch-www
Commits
074b64e6
Unverified
Commit
074b64e6
authored
Jan 28, 2020
by
chrisgarrity
Committed by
GitHub
Jan 28, 2020
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3658 from benjiwheeler/correct-tx-push-location
correct file location of tx-push-www script
parents
389d02aa
5328ddba
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
package.json
package.json
+1
-1
No files found.
package.json
View file @
074b64e6
...
...
@@ -26,7 +26,7 @@
"deploy:s3:all"
:
"npm run deploy:s3cmd -- --exclude '.DS_Store' --exclude '*.svg' --exclude '*.js' ./build/ s3://$S3_BUCKET_NAME/"
,
"deploy:s3:svg"
:
"npm run deploy:s3cmd -- --exclude '*' --include '*.svg' --mime-type 'image/svg+xml' ./build/ s3://$S3_BUCKET_NAME/"
,
"deploy:s3:js"
:
"npm run deploy:s3cmd -- --exclude '*' --include '*.js' --mime-type 'application/javascript' ./build/ s3://$S3_BUCKET_NAME/"
,
"i18n:push"
:
"tx-push-www --execute"
,
"i18n:push"
:
"
./bin/
tx-push-www --execute"
,
"translate:urls"
:
"node ./bin/get-localized-urls localized-urls.json"
,
"translate:files"
:
"node ./bin/build-locales node_modules/scratch-l10n/www intl"
,
"translate"
:
"npm run translate:urls && npm run translate:files"
...
...
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