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 04d20d2 commit 1d04066Copy full SHA for 1d04066
.circleci/config.yml
.github/workflows/publish.yml
@@ -32,9 +32,6 @@ jobs:
32
- name: Install packages
33
run: yarn install
34
35
- - name: Test
36
- run: yarn test
37
-
38
- name: Build
39
run: yarn build
40
package.json
@@ -4,7 +4,6 @@
4
"description": "Vue wrapper for rough-notation",
5
"author": "Leecason",
6
"scripts": {
7
- "test": "jest",
8
"demo": "vue-cli-service serve --open",
9
"demo:build": "vue-cli-service build",
10
"dev": "rollup -c -w",
0 commit comments