Remove build folder from release repos
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
.idea/
|
||||
server/
|
||||
node_modules/
|
||||
build/
|
||||
|
||||
@@ -23,7 +23,7 @@ For all other files containing boot properties select grammar to be `Spring-Boot
|
||||
|
||||
To build all these pieces you normally only need to run:
|
||||
|
||||
npm install
|
||||
npm install && npm run build
|
||||
|
||||
Now you can link it to Atom:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user