Skip to content

Commit

Permalink
next-scheduler example project
Browse files Browse the repository at this point in the history
  • Loading branch information
arshaw committed Jan 15, 2021
1 parent d8a2cee commit 4644452
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -9,6 +9,7 @@ cache:
directories:
- .yarn/cache
- example-projects/next/node_modules
- example-projects/next-scheduler/node_modules
- example-projects/nuxt/node_modules
- example-projects/vue-vuex/node_modules
- example-projects/vue-typescript/node_modules
Expand Down
2 changes: 1 addition & 1 deletion example-projects
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -31,6 +31,7 @@
"packages-contrib/angular/dist/fullcalendar",
"example-projects/*",
"!example-projects/next",
"!example-projects/next-scheduler",
"!example-projects/nuxt",
"!example-projects/vue-vuex",
"!example-projects/vue-typescript",
Expand Down
1 change: 1 addition & 0 deletions scripts/example-run.js
Expand Up @@ -37,6 +37,7 @@ for (let projName of projNames) {
- .travis.yml
*/
case 'next': // somehow incompatible with babel-plugin-transform-require-ignore. REVISIT
case 'next-scheduler': // same
case 'nuxt': // nuxt cli tool uses webpack 4
case 'vue-typescript': // vue cli tool uses webpack 4
case 'vue-vuex': // vue cli tool uses webpack 4
Expand Down

0 comments on commit 4644452

Please sign in to comment.