Skip to content

Commit

Permalink
deployment pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
alikirec committed Dec 2, 2024
1 parent 657340b commit cbbf170
Show file tree
Hide file tree
Showing 7 changed files with 234 additions and 5,145 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@ yarn-debug.log*
yarn-error.log*
.yarn/
.yarnrc.yml

# build
dist/
1 change: 0 additions & 1 deletion build
Submodule build deleted from 096328
7 changes: 2 additions & 5 deletions data.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,9 @@ import {
PointElement,
CategoryScale,
LinearScale
} from "chart.js/auto";
} from "chart.js";

import {
getAllAnswerValues,
setAutoHeight
} from "@formsort/custom-question-api";
import { getAllAnswerValues } from "@formsort/custom-question-api";

async function loadClientConfig() {
const urlParams = new URLSearchParams(window.location.search);
Expand Down
Loading

0 comments on commit cbbf170

Please sign in to comment.