Skip to content

Commit

Permalink
Merge pull request #148 from Exabyte-io/chore/SOF-7268
Browse files Browse the repository at this point in the history
Chore/sof-7268
  • Loading branch information
k0stik committed Apr 17, 2024
2 parents cb3eeaa + 0503503 commit fac1ab5
Show file tree
Hide file tree
Showing 8 changed files with 515 additions and 633 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"prepublishOnly": "rm -rf dist; npm run transpile",
"start": "cross-env PORT=3002 SKIP_PREFLIGHT_CHECK=true react-scripts start",
"transpile": "babel --extensions '.js,.jsx,.ts,.tsx' --out-dir dist src && sass src/stylesheets:dist/stylesheets",
"transpile": "babel --extensions '.js,.jsx,.ts,.tsx' --out-dir dist src && cp -r src/stylesheets dist/stylesheets",
"prestart": "npm-link-shared ./node_modules/@exabyte-io/cove.js/node_modules . react",
"postinstall": "npm run transpile",
"test": "npx jest",
Expand Down
2 changes: 1 addition & 1 deletion src/index.jsx
@@ -1,4 +1,4 @@
import "./stylesheets/main.scss";
import "./stylesheets/main.css";
import "./MuiClassNameSetup";

import { Made } from "@mat3ra/made";
Expand Down
16 changes: 0 additions & 16 deletions src/stylesheets/_wave.scss

This file was deleted.

0 comments on commit fac1ab5

Please sign in to comment.