Skip to content

Commit 9900a5d

Browse files
committed
chore(pkg): fix release script
Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc>
1 parent 1524cee commit 9900a5d

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

scripts/release.sh

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,11 @@ set -e
55
# Local Release Workflow
66
#
77
# 1. run typecheck
8-
# 2. run tests
9-
# 3. pack project
10-
# 4. run postbuild typecheck
11-
# 5. analyze types
12-
# 6. create release chore commit
13-
# 7. cleanup
8+
# 2. pack project
9+
# 3. run postbuild typecheck
10+
# 4. analyze types
11+
# 5. create release chore commit
12+
# 6. cleanup
1413
#
1514
# References:
1615
#
@@ -19,7 +18,6 @@ set -e
1918
# - https://jqlang.github.io
2019

2120
yarn typecheck
22-
yarn test:cov
2321
yarn pack
2422
yarn check:types:build
2523
attw package.tgz

0 commit comments

Comments
 (0)