Skip to content

Commit

Permalink
In yarn refresh-schema, also invalidate Tables.scala (#3430)
Browse files Browse the repository at this point in the history
* in yarn refresh-schema, also invalidate Tables.scala

* Update package.json
  • Loading branch information
fm3 authored Nov 5, 2018
1 parent 451ff67 commit daea36a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"lint-fix": "node_modules/.bin/eslint --cache --fix --quiet app/assets/javascripts/ tools/",
"flow-coverage": "node_modules/flow-coverage-report/bin/flow-coverage-report.js -i \"./app/assets/javascripts/**/*.js\" -x \"./app/assets/javascripts/test/**/*.js\" -t html -t text",
"docs": "node_modules/.bin/documentation build app/assets/javascripts/oxalis/api/api_loader.js --github --project-name \"webKnossos Frontend API\" --format html --output public/docs/frontend-api",
"refresh-schema": "./tools/postgres/refresh_schema.sh",
"refresh-schema": "./tools/postgres/refresh_schema.sh && rm -f target/scala-2.12/src_managed/schema/com/scalableminds/webknossos/schema/Tables.scala",
"enable-autologin": "sed -i -e 's/enableDevAutoLogin = false/enableDevAutoLogin = true/g' ./conf/application.conf",
"disable-autologin": "sed -i -e 's/enableDevAutoLogin = true/enableDevAutoLogin = false/g' ./conf/application.conf",
"coverage": "nyc report --reporter=text-lcov | coveralls",
Expand Down

0 comments on commit daea36a

Please sign in to comment.