Skip to content

Commit

Permalink
Fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
mfendeksilverstripe committed Feb 14, 2024
1 parent 2f816c4 commit 686a2f2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions client/src/components/HistoryViewer/RollbackMutation.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* eslint-disable import/no-unresolved */

import React, { useMemo } from 'react';
import { Mutation } from 'react-apollo';
import createRollbackMutation from '../../graphql/createRollbackMutation';
Expand Down
2 changes: 2 additions & 0 deletions client/src/state/historyviewer/HistoryViewerActions.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* eslint-disable import/no-unresolved */

import uuidv1 from 'uuid/v1';
import HISTORY_VIEWER from './HistoryViewerActionTypes';

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"node": "^18.x"
},
"scripts": {
"build": "NODE_ENV=development yarn && yarn lint && NODE_ENV=production webpack --mode production --bail --progress",
"build": "NODE_ENV=development yarn && yarn lint && yarn jest && NODE_ENV=production webpack --mode production --bail --progress",
"dev": "NODE_ENV=development webpack --progress",
"watch": "NODE_ENV=development webpack --watch --progress",
"css": "WEBPACK_CHILD=css npm run build",
Expand Down

0 comments on commit 686a2f2

Please sign in to comment.