Skip to content

Commit

Permalink
code: updated the editor page so that it can be shown to other users
Browse files Browse the repository at this point in the history
  • Loading branch information
dtg-lucifer committed Sep 21, 2024
1 parent fbdaea9 commit bad9eb7
Show file tree
Hide file tree
Showing 14 changed files with 819 additions and 26 deletions.
3 changes: 1 addition & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
"plugin:react/recommended",
"plugin:@next/next/recommended",
"plugin:@typescript-eslint/recommended",
"prettier",
"plugin:prettier/recommended"
"prettier"
],
"parser": "@typescript-eslint/parser",
"parserOptions": {
Expand Down
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"yaml.schemas": {
"https://json.schemastore.org/github-action.json": "file:///c%3A/Users/devbo/OneDrive/Documents/Programming/Projects/snappy-notes/.github/actions/tests/action.yml"
}
},
"typescript.tsdk": "node_modules\\typescript\\lib"
}
1 change: 1 addition & 0 deletions docker/dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ RUN npm run build

FROM node:alpine AS publish
LABEL maintainer="Piush Bose <[email protected]>"
LABEL github="https://github.com/snappy-hq/snappy-notes"

WORKDIR /src

Expand Down
2 changes: 1 addition & 1 deletion jenkins/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ pipeline {

post {
always {
archiveArtifacts artifacts: '**/test-results.xml', allowEmptyArchive: true
archiveArtifacts artifacts: 'coverage/', allowEmptyArchive: true
}
}
}
Loading

0 comments on commit bad9eb7

Please sign in to comment.