chore: workflows

This commit is contained in:
Mo
2022-06-10 11:48:21 -05:00
parent c8eb8cc9a8
commit f7cbeb11d4
2 changed files with 6 additions and 4 deletions

View File

@@ -8,15 +8,17 @@
] ]
}, },
"scripts": { "scripts": {
"preversion": "yarn workspaces foreach run build", "preversion": "yarn workspaces foreach --parallel run build",
"version": "node scripts/package-components.mjs" "version": "node scripts/package-components.mjs"
}, },
"installConfig": {
"hoistingLimits": "workspaces"
},
"dependencies": { "dependencies": {
"@standardnotes/autobiography-theme": "1.0.4" "@standardnotes/autobiography-theme": "1.0.4"
}, },
"devDependencies": { "devDependencies": {
"@standardnotes/deterministic-zip": "^1.2.0", "@standardnotes/deterministic-zip": "^1.2.0",
"@standardnotes/features": "^1.45.1", "@standardnotes/features": "^1.45.1"
"lerna": "*"
} }
} }

View File

@@ -4,7 +4,7 @@
"main": "dist/dist.css", "main": "dist/dist.css",
"private": true, "private": true,
"scripts": { "scripts": {
"build": "grunt", "build": "yarn run grunt",
"prepublishOnly": "yarn run build" "prepublishOnly": "yarn run build"
}, },
"sn": { "sn": {