Skip to content
Snippets Groups Projects
Commit 3d964fb8 authored by Lauren Tan's avatar Lauren Tan
Browse files

Update (base update)

[ghstack-poisoned]
parent 541e3c51
No related merge requests found
......@@ -27,7 +27,7 @@
"snap": "yarn workspace babel-plugin-react-compiler run snap",
"snap:build": "yarn workspace snap run build",
"postinstall": "perl -p -i -e 's/react\\.element/react.transitional.element/' packages/snap/node_modules/fbt/lib/FbtReactUtil.js && perl -p -i -e 's/didWarnAboutUsingAct = false;/didWarnAboutUsingAct = true;/' packages/babel-plugin-react-compiler/node_modules/react-dom/cjs/react-dom-test-utils.development.js",
"npm:publish": "node scripts/publish"
"npm:publish": "node scripts/release/publish-manual"
},
"dependencies": {},
"devDependencies": {
......
......@@ -157,7 +157,7 @@ async function main() {
const pkgDir = path.resolve(__dirname, `../packages/${pkgName}`);
const { hash } = await hashElement(pkgDir, {
encoding: "hex",
files: { exclude: [".DS_Store"] },
files: { excludde: [".DS_Store", "node_modules"] },
});
const truncatedHash = hash.slice(0, 7);
const newVersion = `0.0.0-experimental-${truncatedHash}-${dateString}`;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment