Skip to content

Commit

Permalink
Update to rollup (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasdeluna authored Jun 24, 2024
1 parent fa38763 commit 3981af1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.61.0",
"babel-loader": "^9.1.2",
"cross-env": "^7.0.3",
"eslint": "^8.43.0",
"eslint-plugin-import": "^2.27.5",
"expose-loader": "^4.1.0",
Expand All @@ -48,7 +49,7 @@
"troika-three-text": "^0.47.2"
},
"scripts": {
"dev": "rm dist -r & yarn parcel watch",
"dev": "rm -rf dist && NODE_ENV='development' yarn rollup -c --watch",
"run": "yarn dev",
"dist": "rm dist -r & yarn tsc && yarn webpack build",
"prettier": "prettier --write --ignore-path .gitignore .",
Expand Down
9 changes: 8 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2409,7 +2409,14 @@ create-hmac@^1.1.0, create-hmac@^1.1.4, create-hmac@^1.1.7:
safe-buffer "^5.0.1"
sha.js "^2.4.8"

cross-spawn@^7.0.0, cross-spawn@^7.0.2, cross-spawn@^7.0.3:
cross-env@^7.0.3:
version "7.0.3"
resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-7.0.3.tgz#865264b29677dc015ba8418918965dd232fc54cf"
integrity sha512-+/HKd6EgcQCJGh2PSjZuUitQBQynKor4wrFbRg4DtAgS1aWO+gU52xpH7M9ScGgXSYmAVS9bIJ8EzuaGw0oNAw==
dependencies:
cross-spawn "^7.0.1"

cross-spawn@^7.0.0, cross-spawn@^7.0.1, cross-spawn@^7.0.2, cross-spawn@^7.0.3:
version "7.0.3"
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6"
integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==
Expand Down

0 comments on commit 3981af1

Please sign in to comment.