Skip to content

Commit cbbf170

Browse files
committed
deployment pipeline
1 parent 657340b commit cbbf170

File tree

7 files changed

+234
-5145
lines changed

7 files changed

+234
-5145
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@ yarn-debug.log*
44
yarn-error.log*
55
.yarn/
66
.yarnrc.yml
7+
8+
# build
9+
dist/

build

Lines changed: 0 additions & 1 deletion
This file was deleted.

data.js

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,9 @@ import {
44
PointElement,
55
CategoryScale,
66
LinearScale
7-
} from "chart.js/auto";
7+
} from "chart.js";
88

9-
import {
10-
getAllAnswerValues,
11-
setAutoHeight
12-
} from "@formsort/custom-question-api";
9+
import { getAllAnswerValues } from "@formsort/custom-question-api";
1310

1411
async function loadClientConfig() {
1512
const urlParams = new URLSearchParams(window.location.search);

0 commit comments

Comments
 (0)