Skip to content

Commit

Permalink
remove lerna
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathantneal committed Aug 8, 2021
1 parent dd4d918 commit 93e5565
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,12 @@
"Jonathan Neal <jonathan@modulz.app>"
],
"scripts": {
"bootstrap": "lerna bootstrap --use-workspaces",
"build": "node .task/build.js",
"build:watch": "node .task/build.js --watch",
"lint": "node .task/lint.js",
"lint:esm": "node .task/lint-esm.js",
"lint:pkg": "node .task/lint-pkg.js",
"lint:tsc": "node .task/lint-tsc.js",
"prerelease": "npm run build && npm run test",
"release": "lerna publish --force-publish",
"release:canary": "npm run prerelease && lerna publish prerelease --force-publish",
"release:pack": "npm run prerelease && lerna exec -- npm pack",
"postinstall": "lerna bootstrap --use-workspaces",
"test": "node .task/test.js",
"test:coverage": "node .task/test-coverage.js .task/test.js",
"test:watch": "node .task/test.js --watch"
Expand Down Expand Up @@ -50,7 +44,6 @@
"csstype": "3.0.8",
"esbuild": "0.12.18",
"eslint": "7.32.0",
"lerna": "4.0.0",
"nodemon": "2.0.12",
"react": "17.0.2",
"react-test-renderer": "17.0.2",
Expand Down

0 comments on commit 93e5565

Please sign in to comment.