Lines Matching +full:build +full:- +full:release
5 …"description": "Handlebars provides the power necessary to let you build semantic templates effect…
15 "url": "https://github.com/handlebars-lang/handlebars.js.git"
25 "neo-async": "^2.6.2",
26 "source-map": "^0.6.1",
30 "uglify-js": "^3.1.4"
34 "aws-sdk": "^2.1.49",
35 "babel-loader": "^5.0.0",
36 "babel-runtime": "^5.1.10",
39 "chai-diff": "^1.0.1",
41 "dirty-chai": "^2.0.1",
43 "dustjs-linkedin": "^2.0.2",
44 "eco": "~1.1.0-rc-3",
46 "eslint-config-prettier": "^6.7.0",
47 "eslint-plugin-compat": "^3.13.0",
48 "eslint-plugin-es5": "^1.4.1",
49 "fs-extra": "^8.1.0",
51 "grunt-babel": "^5.0.0",
52 "grunt-cli": "^1",
53 "grunt-contrib-clean": "^1",
54 "grunt-contrib-concat": "^1",
55 "grunt-contrib-connect": "^1",
56 "grunt-contrib-copy": "^1",
57 "grunt-contrib-requirejs": "^1",
58 "grunt-contrib-uglify": "^1",
59 "grunt-contrib-watch": "^1.1.0",
60 "grunt-shell": "^4.0.0",
61 "grunt-webpack": "^1.0.8",
64 "lint-staged": "^9.5.0",
66 "mock-stdin": "^0.3.0",
75 "webpack-dev-server": "^1.12.1"
84 "build": "grunt build", string
85 "release": "npm run build && grunt release", string
86 "format": "prettier --write '**/*.js' && eslint --fix .",
88 "lint:eslint": "eslint --max-warnings 0 .",
89 "lint:prettier": "prettier --check '**/*.js'",
92 "test:mocha": "grunt build && grunt test",
93 …"test:browser": "playwright test --config tests/browser/playwright.config.js tests/browser/spec.js…
94 "test:integration": "grunt integration-tests",
96 …"extensive-tests-and-publish-to-aws": "npx mocha tasks/tests/ && grunt --stack extensive-tests-and…
97 "--- combined tasks ---": "",
98 "check-before-pull-request": "concurrently --kill-others-on-fail npm:lint npm:test"
115 "release-notes.md",
122 "pre-commit": "lint-staged"
125 "lint-staged": {
127 "prettier --write",
131 "eslint --fix",