Skip to content

Commit

Permalink
Tidy ups
Browse files Browse the repository at this point in the history
  • Loading branch information
xeolabs committed Apr 21, 2024
1 parent dd27a88 commit 466f4ad
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Binary file removed dist/web-ifc.wasm
Binary file not shown.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"main": "./dist/xeokit-sdk.cjs.js",
"types": "./types/index.d.ts",
"scripts": {
"build": "rollup --config rollup.config.js; rollup --config rollup.minified.config.js; cp node_modules/web-ifc/web-ifc.wasm dist/.",
"dev-build": "rollup --config rollup.dev.config.js; cp node_modules/web-ifc/web-ifc.wasm dist/.",
"build": "rollup --config rollup.config.js; rollup --config rollup.minified.config.js",
"dev-build": "rollup --config rollup.dev.config.js",
"docs": "rm -Rf ./docs/*; ./node_modules/.bin/esdoc",
"typedocs": "rm -Rf ./docs/*; typedoc --tsconfig tsconfig.json",
"publish": "npm publish --access public"
Expand Down
1 change: 0 additions & 1 deletion rollup.dev.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import {nodeResolve} from '@rollup/plugin-node-resolve';
import { getBabelOutputPlugin } from '@rollup/plugin-babel';

export default {
input: './src/index.js',
Expand Down

0 comments on commit 466f4ad

Please sign in to comment.