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 2424 run : |
2525 npm i -g yarn
2626 yarn install
27- yarn test
27+ yarn test:unit
2828 yarn build
2929 env :
3030 CI : true
Original file line number Diff line number Diff line change 22 "name" : " imagekitio-vue" ,
33 "version" : " 0.1.0" ,
44 "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" ,
1010 "storybook" : " start-storybook -p 6006" ,
1111 "build-storybook" : " build-storybook"
1212 },
You can’t perform that action at this time.
0 commit comments