Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Ilya Vysotski
Koa Shopify Auth
Commits
aaead48e
Commit
aaead48e
authored
Sep 08, 2020
by
Ates Goral
Browse files
Add prepublishOnly script
parent
63e376b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
package.json
View file @
aaead48e
...
...
@@ -8,7 +8,8 @@
"scripts"
:
{
"test"
:
"jest"
,
"build"
:
"tsc"
,
"lint"
:
"eslint"
"lint"
:
"eslint"
,
"prepublishOnly"
:
"yarn run build"
},
"publishConfig"
:
{
"access"
:
"public"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment