Skip to content

Commit c5dc8bc

Browse files
committed
fix: Prepare the new ember packages before publishing them.
1 parent 79a95b1 commit c5dc8bc

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/@css-blocks/ember-app/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"test": "yarn run test:runner",
2121
"test:runner": "echo TODO",
2222
"compile": "tsc --build && tsc --build runtime",
23+
"prepare": "yarn run compile",
2324
"pretest": "yarn run compile",
2425
"posttest": "yarn run lint",
2526
"prepublish": "rm -rf dist && yarn run compile && yarn run lintall",

packages/@css-blocks/ember/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"test": "yarn run test:runner",
2222
"test:runner": "mocha --opts test/mocha.opts dist/test",
2323
"compile": "tsc --build && tsc --build runtime",
24+
"prepare": "yarn run compile",
2425
"pretest": "yarn run compile",
2526
"posttest": "yarn run lint",
2627
"prepublish": "rm -rf dist && yarn run compile && yarn run lintall",

0 commit comments

Comments
 (0)