File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 24
24
run : |
25
25
npm i -g yarn
26
26
yarn install
27
- yarn test
27
+ yarn test:unit
28
28
yarn build
29
29
env :
30
30
CI : true
Original file line number Diff line number Diff line change 2
2
"name" : " imagekitio-vue" ,
3
3
"version" : " 0.1.0" ,
4
4
"scripts" : {
5
- "build:lib" : " vue-cli-service build --target lib src/index.js" ,
6
- "build" : " vue-cli-service lint --fix; npm run build:lib" ,
7
- "serve" : " vue-cli-service serve" ,
8
- "lint" : " vue-cli-service lint" ,
9
- "test:unit" : " vue-cli-service test:unit -u" ,
5
+ "build:lib" : " ./node_modules/.bin/ vue-cli-service build --target lib src/index.js" ,
6
+ "build" : " ./node_modules/.bin/ vue-cli-service lint --fix; npm run build:lib" ,
7
+ "serve" : " ./node_modules/.bin/ vue-cli-service serve" ,
8
+ "lint" : " ./node_modules/.bin/ vue-cli-service lint" ,
9
+ "test:unit" : " ./node_modules/.bin/ vue-cli-service test:unit -u" ,
10
10
"storybook" : " start-storybook -p 6006" ,
11
11
"build-storybook" : " build-storybook"
12
12
},
You can’t perform that action at this time.
0 commit comments