Skip to content

Commit f1e1d97

Browse files
committed
build and cache extension
1 parent cab77a9 commit f1e1d97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"scripts": {
4-
"build": "node ./scripts/verify-packages-versions.js && nx run-many -t build:transpile build:types build:bundle",
4+
"build": "node ./scripts/verify-packages-versions.js && nx run-many -t build:transpile build:types build:bundle build:extension",
55
"build:bundle": "nx run-many -t build:bundle",
66
"build:layer": "nx run-many -t build:layer",
77
"build:dev": "nx run-many -t build:types build:transpile",

0 commit comments

Comments
 (0)