From 4b4d4aea5dd8d548f3c8d9adeb9f04234fd960ed Mon Sep 17 00:00:00 2001 From: Daryl Ronningen Date: Sat, 3 Jul 2021 20:32:01 -0500 Subject: [PATCH] ci: test CI, rollup and publish --- .gitignore | 1 + .idea/codeStyles/Project.xml | 1 - .idea/jsLibraryMappings.xml | 2 + .idea/misc.xml | 3 + .yarn/plugins/@yarnpkg/plugin-version.cjs | 367 ++++++++++++++++++++++ .yarnrc.yml | 2 + Jenkinsfile | 35 ++- README.md | 1 + package.json | 29 +- rollup.config.js | 12 +- src/index.ts | 4 +- tsconfig.json | 33 +- yarn.lock | 71 +++-- 13 files changed, 479 insertions(+), 82 deletions(-) create mode 100644 .yarn/plugins/@yarnpkg/plugin-version.cjs create mode 100644 README.md diff --git a/.gitignore b/.gitignore index 7b7b499..e3e0e4e 100644 --- a/.gitignore +++ b/.gitignore @@ -676,3 +676,4 @@ DerivedData/ !.yarn/releases .size-snapshot.json stats.html +types diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml index c04df6c..3309fe5 100644 --- a/.idea/codeStyles/Project.xml +++ b/.idea/codeStyles/Project.xml @@ -9,7 +9,6 @@