Skip to content

Commit 98a3d27

Browse files
author
Luke Bowerman
committed
Tweak prePublish script
1 parent b70706c commit 98a3d27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 build && yarn test",
28+
"prepublishOnly": "yarn build",
2929
"deploy": "yarn workspace www deploy",
3030
"playground": "yarn workspace playground start",
3131
"server": "yarn workspace server start",

0 commit comments

Comments
 (0)