Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit a26dd3d

Browse files
committed
fix recursive ci build
1 parent 7650834 commit a26dd3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"scripts": {
88
"build": "microbundle --external all",
99
"test": "eslint src test && npm run -s build && jest",
10-
"prepare": "npm run -s build && npm i"
10+
"prepare": "npm run -s build && npm t"
1111
},
1212
"babel": {
1313
"presets": [

0 commit comments

Comments
 (0)