Skip to content

Commit 46e26a1

Browse files
authored
bootstrap removed (#71)
1 parent 1bf33bf commit 46e26a1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
]
99
},
1010
"scripts": {
11-
"bootstrap": "lerna bootstrap",
1211
"build:prod": "lerna run --stream build:prod",
1312
"build:py": "lerna run --stream build:py",
1413
"build": "lerna run --stream build",
@@ -39,7 +38,7 @@
3938
"prettier:base": "prettier \"**/*{.ts,.tsx,.js,.jsx,.css,.json,.md,.yml,.yaml}\"",
4039
"prettier:check": "jlpm prettier:base --check",
4140
"prettier": "jlpm prettier:base --write --list-different",
42-
"quickstart": "npm run setup:py && jlpm && jlpm deduplicate && jlpm clean:all && jlpm bootstrap && jlpm lint && jlpm build:prod && jlpm dist && jlpm docs && jlpm test",
41+
"quickstart": "npm run setup:py && jlpm && jlpm deduplicate && jlpm clean:all && jlpm lint && jlpm build:prod && jlpm dist && jlpm docs && jlpm test",
4342
"serve": "cd build && python -m http.server -b 127.0.0.1",
4443
"setup:py": "python -m pip install -e \".[dev,lint,test,docs]\"",
4544
"test:py": "pytest",

0 commit comments

Comments
 (0)