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 bb9ca4e commit 171f699Copy full SHA for 171f699
package.json
@@ -4,6 +4,7 @@
4
"description": "Angular expressions as standalone module",
5
"main": "./lib/main.js",
6
"scripts": {
7
+ "preversion": "npm run lint && npm run test",
8
"test": "mocha test/main.test.js -R spec",
9
"test-browser": "webpack-dev-server 'mocha-loader!./test/main.test.js' --output-filename output.js --port 8081",
10
"lint": "eslint lib test && prettier lib/*.js test/*.js --list-different",
0 commit comments