We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90a974c commit e0f901fCopy full SHA for e0f901f
rest_framework_docs/static/package.json
@@ -15,7 +15,7 @@
15
"release-js": "webpack --config webpack.rel.config.js",
16
"release": "npm run build-font-awesome && npm run build-bootstrap-fonts && npm run release-js && npm run build-less",
17
"start": "npm run build && npm run watch-less",
18
- "lint": "eslint 'rest_framework_docs/js/' --ignore-pattern 'rest_framework_docs/js/dist.js'",
+ "lint": "eslint 'rest_framework_docs/js/' --ignore-pattern 'rest_framework_docs/js/dist.min.js'",
19
"test": "npm run lint"
20
},
21
"repository": {
0 commit comments