Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Communications Backbone System
backbone-adapter-javascript
Commits
3a67cd1d
Unverified
Commit
3a67cd1d
authored
2 years ago
by
Dan Jones
Browse files
Options
Download
Email Patches
Plain Diff
fix: run build on install
parent
e0d98aae
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
package.json
package.json
+2
-1
No files found.
package.json
View file @
3a67cd1d
...
@@ -24,7 +24,8 @@
...
@@ -24,7 +24,8 @@
"lintfix"
:
"prettier --write --list-different . && yarn lint:js --fix"
,
"lintfix"
:
"prettier --write --list-different . && yarn lint:js --fix"
,
"prepare"
:
"husky install"
,
"prepare"
:
"husky install"
,
"test"
:
"jest"
,
"test"
:
"jest"
,
"build"
:
"cross-env NODE_ENV=production rollup -c"
"build"
:
"cross-env NODE_ENV=production rollup -c"
,
"install"
:
"yarn build"
},
},
"lint-staged"
:
{
"lint-staged"
:
{
"*.{js,vue}"
:
"eslint --cache"
,
"*.{js,vue}"
:
"eslint --cache"
,
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
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