Skip to content

Commit

Permalink
Merge pull request #1150 from emberjs/use-normal-script-names
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue authored Oct 25, 2021
2 parents 8f6692d + 8fc4c92 commit 2195914
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"clean": "git clean -x -f",
"docs": "documentation build --document-exported \"addon-test-support/@ember/test-helpers/index.js\" --config documentation.yml --markdown-toc-max-depth 3 -f md -o API.md",
"lint": "npm-run-all lint:*",
"lint:eslint": "eslint --cache .",
"lint:types": "tsc -p tsconfig.json --noEmit",
"lint:js": "eslint --cache .",
"lint:ts": "tsc -p tsconfig.json --noEmit",
"postpublish": "npm-run-all clean",
"release": "release-it",
"start": "ember serve",
Expand Down

0 comments on commit 2195914

Please sign in to comment.