Skip to content

Commit eff2b85

Browse files
committed
chore: ci
1 parent 6c4642a commit eff2b85

File tree

3 files changed

+0
-31
lines changed

3 files changed

+0
-31
lines changed

.circleci/config.yml

-27
This file was deleted.

.github/workflows/publish.yml

-3
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@ jobs:
3232
- name: Install packages
3333
run: yarn install
3434

35-
- name: Test
36-
run: yarn test
37-
3835
- name: Build
3936
run: yarn build
4037

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"description": "Vue wrapper for rough-notation",
55
"author": "Leecason",
66
"scripts": {
7-
"test": "jest",
87
"demo": "vue-cli-service serve --open",
98
"demo:build": "vue-cli-service build",
109
"dev": "rollup -c -w",

0 commit comments

Comments
 (0)