Skip to content

Commit

Permalink
get storybook to run and npm audit (#135)
Browse files Browse the repository at this point in the history
* get storybook to run (#133) and npm audit
* keep module for parent, modify storybook to force commonjs
  • Loading branch information
konsumer committed May 21, 2021
1 parent 9e174fc commit eb7e4df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
File renamed without changes.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"start": "tsc-watch --onSuccess \"rollup -c\"",
"deploy-docs": "ts-node tools/gh-pages-publish",
"storybook": "start-storybook -p 6006 -s ./storyboard-site",
"prestorybook": "npm run build",
"build-storybook": "build-storybook -o storybook-static -s ./storyboard-site",
"generate-code": "ts-node -P tsconfig.generate.json tools/generate-code",
"unit-test": "cross-env TS_NODE_PROJECT=\"tsconfig.test.json\" mocha --require ts-node/register --require esm \"test/**/*.spec.{js,jsx,ts,tsx}\"",
Expand All @@ -56,7 +57,7 @@
"@babylonjs/loaders": "^4.2.0",
"@babylonjs/materials": "^4.2.0",
"@babylonjs/procedural-textures": "^4.2.0",
"@inlet/react-pixi": "^1.2.8",
"@inlet/react-pixi": "^6.5.2",
"@rollup/plugin-json": "^4.0.2",
"@rollup/plugin-typescript": "^6.1.0",
"@storybook/addon-actions": "^6.1.9",
Expand All @@ -79,7 +80,7 @@
"earcut": "^2.2.2",
"esm": "^3.2.25",
"github-release-notes": "0.17.2",
"gsap": "^2.1.3",
"gsap": "^3.6.1",
"honeycomb-grid": "^3.1.7",
"lerp": "^1.0.3",
"lint-staged": "^10.5.2",
Expand Down

0 comments on commit eb7e4df

Please sign in to comment.