Skip to content

Commit

Permalink
fix bug with css; cleaning site dir
Browse files Browse the repository at this point in the history
  • Loading branch information
aliaksei-chareshneu committed Jun 12, 2024
1 parent 4af6f28 commit 85e83a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions molstar-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"clean": "rm -rf ./build",
"init": "npm run clean && mkdir ./build && cp ./src/viewer/index.html ./build/ && cp ./src/viewer/main.css ./build/ && cp ./src/viewer/favicon.ico ./build/",
"clean": "rm -rf ./build && rm -rf ./site",
"init": "npm run clean && mkdir ./build && cp ./src/viewer/index.html ./build/ && cp ./src/viewer/favicon.ico ./build/",
"bundle": "npm run init && node ./esbuild.config.js",
"build": "npm run bundle -- production",
"build-site": "npm run bundle -- production && mkdir ./site && cp ./build/* ./site/.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @author Aliaksei Chareshneu <chareshneu.tech@gmail.com>
*/
import Popup from 'reactjs-popup';
import 'reactjs-popup/dist/index.css';
// import 'reactjs-popup/dist/index.css';
import { useCallback, useEffect, useRef, useState } from 'react';
// import { ParamDefinition as PD } from 'molstar/lib/mol-util/param-definition';

Expand Down

0 comments on commit 85e83a0

Please sign in to comment.