Skip to content

Commit 0804217

Browse files
authored
add test:ci to polyfill package (#3057)
1 parent 20a094f commit 0804217

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/polyfill/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"build": "rollup -c",
1313
"dev": "rollup -c -w",
1414
"test": "echo 'No test suite for polyfills'",
15+
"test:ci": "echo 'No test suite for polyfills'",
1516
"prepare": "yarn build"
1617
},
1718
"license": "Apache-2.0",

0 commit comments

Comments
 (0)