Skip to content

Commit

Permalink
ci: website publish (isomorphic-git#1513)
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc authored Mar 14, 2022
1 parent 80efbdd commit 5268a3c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions package-scripts.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,10 @@ module.exports = {
codemirrorify:
'(cd website/packages/codemirrorify && npm install && npm run build)',
cpstatic:
'cp website/packages/codemirrorify/dist/main.js website/static/js/codemirrorify.js && node __tests__/__helpers__/copy-to-website.js',
'cp website/packages/codemirrorify/dist/main.js website/static/js/codemirrorify.js && node __tests__/__helpers__/copy-to-website.cjs',
build: '(cd website && npm install && npm run build)',
dev: '(cd website && npm start)',
publish: '(cd website && node ./scripts/deploy-gh-pages.js)',
publish: '(cd website && node ./scripts/deploy-gh-pages.cjs)',
},
// ATTENTION:
// LIST OF SAFE PORTS FOR SAUCE LABS (Edge and Safari) https://wiki.saucelabs.com/display/DOCS/Sauce+Connect+Proxy+FAQS#SauceConnectProxyFAQS-CanIAccessApplicationsonlocalhost?
Expand Down Expand Up @@ -143,7 +143,7 @@ module.exports = {
},
prepublish: {
default: series.nps('prepublish.version', 'build'),
version: `node __tests__/__helpers__/fix-version-number.js`,
version: `node __tests__/__helpers__/fix-version-number.cjs`,
},
},
}
File renamed without changes.

0 comments on commit 5268a3c

Please sign in to comment.