remove unused npm script
This commit is contained in:
parent
28f5ae838a
commit
f93712021e
1 changed files with 0 additions and 1 deletions
|
@ -10,7 +10,6 @@
|
|||
"build": "npm run export-button-config && npm run export-i18n && npm run generate-api-js && NODE_ENV=production npx webpack -p",
|
||||
"build-all": "script/compile-assets.sh && npm run build",
|
||||
"test": "rake spec && npm run build && npx jest",
|
||||
"test-browser": "zuul --local --ui mocha-qunit spec/js/index.js",
|
||||
"export-button-config": "bundle exec rake settings:generate_json",
|
||||
"export-i18n": "bundle exec rake settings:combine_translations",
|
||||
"generate-openapi": "rake oapi:gen",
|
||||
|
|
Loading…
Reference in a new issue