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": {
"preversion": "yarn workspaces foreach run build",
"preversion": "yarn workspaces foreach --parallel run build",
"version": "node scripts/package-components.mjs"
},
"installConfig": {
"hoistingLimits": "workspaces"
},
"dependencies": {
"@standardnotes/autobiography-theme": "1.0.4"
},
"devDependencies": {
"@standardnotes/deterministic-zip": "^1.2.0",
"@standardnotes/features": "^1.45.1",
"lerna": "*"
"@standardnotes/features": "^1.45.1"
}
}

View File

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