We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79a95b1 commit c5dc8bcCopy full SHA for c5dc8bc
packages/@css-blocks/ember-app/package.json
@@ -20,6 +20,7 @@
20
"test": "yarn run test:runner",
21
"test:runner": "echo TODO",
22
"compile": "tsc --build && tsc --build runtime",
23
+ "prepare": "yarn run compile",
24
"pretest": "yarn run compile",
25
"posttest": "yarn run lint",
26
"prepublish": "rm -rf dist && yarn run compile && yarn run lintall",
packages/@css-blocks/ember/package.json
@@ -21,6 +21,7 @@
"test:runner": "mocha --opts test/mocha.opts dist/test",
27
0 commit comments