Skip to content

Commit 7e6a1ee

Browse files
committed
fix packing in yarn when pulling from this branch
1 parent 7e6f83a commit 7e6a1ee

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
@@ -29,7 +29,7 @@
2929
"build_dist": "webpack",
3030
"build_old": "yarn build_pack; yarn build_dist",
3131
"build": "run-s build_pack build_dist",
32-
"prepublish": "yarn clean && yarn lint && yarn test && yarn build",
32+
"prepublish": "yarn clean && yarn lint && yarn build",
3333
"format_test": "prettier --config test/.prettierrc --write 'test*/*.js'",
3434
"format_ex": "prettier --config .prettierrc --write '*.js'",
3535
"format_source": "prettier --config .prettierrc --write './src/*.js'",

0 commit comments

Comments
 (0)