Create builder folder for docker + bootstrap combo
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
{
|
||||
"name": "unity-builder",
|
||||
"version": "0.2.0",
|
||||
"version": "0.5.0",
|
||||
"description": "Build Unity projects for different platforms.",
|
||||
"main": "src/index.js",
|
||||
"main": "builder/index.js",
|
||||
"repository": "git@github.com:webbertakken/unity-builder.git",
|
||||
"author": "Webber <webber@takken.io>",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"build": "ncc build --out dist --minify",
|
||||
"build": "ncc build src --out builder --minify",
|
||||
"lint": "prettier --check \"src/**/*.js\" && eslint src",
|
||||
"test": "jest"
|
||||
},
|
||||
@@ -39,7 +39,7 @@
|
||||
},
|
||||
"husky": {
|
||||
"hooks": {
|
||||
"pre-commit": "lint-staged && yarn build && git add dist"
|
||||
"pre-commit": "lint-staged && yarn build && git add builder/index.js"
|
||||
}
|
||||
},
|
||||
"lint-staged": {
|
||||
|
||||
Reference in New Issue
Block a user