Skip to content

Commit 0f1ef51

Browse files
release 0.1.0
1 parent 65720e0 commit 0f1ef51

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/testLibrary.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030
- name: Test
3131
run: |
3232
cd library
33-
./test.exe
33+
./test.exe --gtest_repeat=8

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "mp-oi-library",
33
"displayName": "mp-oi-library",
44
"description": "Some algorithms and data structures template for competitive programming.",
5-
"version": "0.0.0",
5+
"version": "0.1.0",
66
"repository": "https://github.com/Mr-Python-in-China/mp-oi-library",
77
"license": "LGPL-3.0-only",
88
"author": {
@@ -43,6 +43,7 @@
4343
"package": "webpack --mode production",
4444
"lint": "eslint src",
4545
"pack": "vsce pack --no-yarn -o mp-oi-library.vsix",
46+
"publish": "vsce publish --no-yarn",
4647
"format:check": "prettier -c .",
4748
"format:write": "prettier -w ."
4849
},

0 commit comments

Comments
 (0)