We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c14354 commit b7e378fCopy full SHA for b7e378f
.github/workflows/gated.yml
@@ -17,4 +17,4 @@ jobs:
17
node-version: 16
18
- run: npm install -g [email protected]
19
- run: pnpm i
20
- - run: pnpm run --filter vue-apollo-model build
+ - run: pnpm run --filter @kwai-explore/model build
packages/model/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@kwai-explore/model",
3
- "version": "0.2.0-alpha3",
+ "version": "0.2.0-alpha4",
4
"main": "dist/index.cjs",
5
"module": "dist/index.mjs",
6
"typings": "dist/index.d.cts",
0 commit comments