File tree 5 files changed +11258
-5520
lines changed 5 files changed +11258
-5520
lines changed Original file line number Diff line number Diff line change
1
+ version : 2
2
+ jobs :
3
+ test :
4
+ docker :
5
+ - image : circleci/node:latest
6
+ steps :
7
+ # TODO
8
+
9
+ release :
10
+ docker :
11
+ - image : circleci/node:latest
12
+ steps :
13
+ - checkout
14
+ - run : npm install
15
+ - run : npm run build
16
+ - run : npx semantic-release
17
+
18
+ workflows :
19
+ version : 2
20
+ test_and_release :
21
+ # Run the test jobs first, then the release only when all the test jobs are successful
22
+ jobs :
23
+ - test
24
+ - release :
25
+ requires :
26
+ - test
Original file line number Diff line number Diff line change 7
7
"build" : " rollup -c build/rollup.config.js" ,
8
8
"lint" : " vue-cli-service lint"
9
9
},
10
- "main" : " dist/vue-universal-lib-example .cjs.js" ,
11
- "browser" : " dist/vue-universal-lib-example .esm.js" ,
12
- "unpkg" : " dist/vue-universal-lib-example -VERSION.global.js" ,
13
- "jsdelivr" : " dist/vue-universal-lib-example .global.js" ,
14
- "module" : " dist/vue-universal-lib-example .esm-bundler.js" ,
15
- "types" : " dist/vue-universal-lib-example .d.ts" ,
10
+ "main" : " dist/vue-datatable-url-sync .cjs.js" ,
11
+ "browser" : " dist/vue-datatable-url-sync .esm.js" ,
12
+ "unpkg" : " dist/vue-datatable-url-sync -VERSION.global.js" ,
13
+ "jsdelivr" : " dist/vue-datatable-url-sync .global.js" ,
14
+ "module" : " dist/vue-datatable-url-sync .esm-bundler.js" ,
15
+ "types" : " dist/vue-datatable-url-sync .d.ts" ,
16
16
"dependencies" : {
17
17
"lodash.clonedeep" : " ^4.5.0" ,
18
18
"lodash.debounce" : " ^4.0.8" ,
You can’t perform that action at this time.
0 commit comments