Skip to content

Commit 99015a1

Browse files
author
Luke Bowerman
committed
Revert partial (failed) publish
1 parent 07bb75d commit 99015a1

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

lerna.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
{
2-
"packages": [
3-
"packages/*"
4-
],
2+
"packages": ["packages/*"],
53
"npmClient": "yarn",
64
"useWorkspaces": true,
7-
"version": "0.7.32"
5+
"version": "0.7.31"
86
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"build:es": "yarn lerna exec --scope '@looker/*' --stream 'BABEL_ENV=build babel src --root-mode upward --out-dir lib --source-maps --extensions .ts,.tsx --no-comments'",
2626
"build:ts": "yarn lerna exec --stream --scope '@looker/*' --sort 'tsc -b tsconfig.build.json'",
2727
"clean": "rm -Rf packages/*/lib",
28-
"prepublishOnly": "yarn test",
28+
"prepublishOnly": "yarn build && yarn test",
2929
"deploy": "yarn workspace www deploy",
3030
"playground": "yarn workspace playground start",
3131
"server": "yarn workspace server start",

0 commit comments

Comments
 (0)