Back to npm
This commit is contained in:
parent
3f8bd0a4a8
commit
9e7d116b49
|
@ -1,8 +1,8 @@
|
||||||
[build]
|
[build]
|
||||||
command = """
|
command = """
|
||||||
composer test && \
|
composer test && \
|
||||||
yarn lint --fix-dry-run && \
|
npm run lint --fix-dry-run && \
|
||||||
yarn run production && \
|
npm run production && \
|
||||||
composer run production
|
composer run production
|
||||||
"""
|
"""
|
||||||
publish = "output_prod"
|
publish = "output_prod"
|
||||||
|
|
9252
package-lock.json
generated
Normal file
9252
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load diff
|
@ -29,5 +29,8 @@
|
||||||
"glob-all": "^3.1.0",
|
"glob-all": "^3.1.0",
|
||||||
"postcss-loader": "^3.0.0",
|
"postcss-loader": "^3.0.0",
|
||||||
"purgecss-webpack-plugin": "^1.6.0"
|
"purgecss-webpack-plugin": "^1.6.0"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"yarn": "YARN NO LONGER USED - use npm instead."
|
||||||
}
|
}
|
||||||
}
|
}
|
Reference in a new issue