Skip to content

Commit 54fe414

Browse files
committed
chore: wip
1 parent 347b5ae commit 54fe414

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.stacks/core/actions/src/release.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,9 @@ import { frameworkPath } from '@stacksjs/path'
33
import { runActions } from '@stacksjs/actions'
44
import { Action } from '@stacksjs/types'
55

6-
// import { log } from '@stacksjs/cli'
7-
86
await runActions([
9-
// Action.GeneratePackageJsons, // generate the package.json's for each package
10-
// Action.LintFix, // ensure there are no lint errors
7+
Action.GeneratePackageJsons, // generate the package.json's for each package
8+
Action.LintFix, // ensure there are no lint errors
119
// Action.Test, // run the tests
1210
Action.Bump, // bump the versions, create the git (version) tag, generate the changelog, commit & push the changes
1311
], { verbose: true, cwd: frameworkPath(), shell: true }) // debug mode needs to be enabled to see the output due to the interactive prompts

0 commit comments

Comments
 (0)