Skip to content

Commit 918e518

Browse files
author
Andrey Okonetchnikov
committed
build: Remove schema generation from prebuild script for now
1 parent 3ddc7fa commit 918e518

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
@@ -19,7 +19,7 @@
1919
},
2020
"homepage": "https://github.com/component-driven/react-figma-primitives#readme",
2121
"scripts": {
22-
"prepublish": "npm run gql:schema && npm run build",
22+
"prepublish": "npm run build",
2323
"build": "microbundle --jsx react",
2424
"dev": "microbundle watch --jsx react --no-compress",
2525
"lint": "eslint . --cache --fix",

0 commit comments

Comments
 (0)