Skip to content

Commit 816c93f

Browse files
committed
test: should build v-model plugin before testing render-instance
1 parent ecc6ed6 commit 816c93f

File tree

1 file changed

+1
-1
lines changed
  • packages/babel-sugar-composition-api-render-instance

1 file changed

+1
-1
lines changed

packages/babel-sugar-composition-api-render-instance/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"prepublish": "yarn build",
1313
"build": "rollup -c",
1414
"build:test": "rollup -c rollup.config.testing.js",
15-
"pretest": "yarn build:test",
15+
"pretest": "yarn build:test && cd ../babel-sugar-v-model && yarn build:test",
1616
"test": "nyc --reporter=html --reporter=text-summary ava -v test/test.js"
1717
},
1818
"devDependencies": {

0 commit comments

Comments
 (0)