Skip to content

Commit

Permalink
update based on PR comment
Browse files Browse the repository at this point in the history
  • Loading branch information
chosww committed Jun 21, 2023
1 parent b5f5cef commit 9ea709f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,23 @@
"backstop:test:ci": "backstop test --config=backstop.config.js",
"backstop:approve": "backstop approve --config=backstop.config.js",
"build": "npm-run-all -l clean build:*",
"build-cms": "node ./build-cms.js -w",
"build:webpack": "mix --production",
"build:eleventy": "cross-env ELEVENTY_ENV=production eleventy",
"build:cms": "node ./build-cms.js",
"clean": "rimraf dist",
"cms": "netlify-cms-proxy-server",
"cms": "node ./build-cms.js -w",
"debug": "DEBUG=Eleventy* eleventy",
"dev": "cross-env NODE_ENV=development eleventy --serve",
"lint:css": "stylelint src/assets/styles/**/*.scss",
"lint:js": "eslint '**/*.js'",
"lint": "run-s lint:*",
"proxy": "netlify-cms-proxy-server",
"test:lint": "run-s lint",
"test:backstop": "start-server-and-test start http://localhost:8080 backstop:test",
"test": "run-s test:*",
"start": "npm-run-all -l clean -p start:*",
"start:webpack": "mix watch",
"start:eleventy": "run-p dev build-cms cms",
"start:eleventy": "run-p dev cms proxy",
"serve": "npx serve dist"
},
"repository": {
Expand Down

0 comments on commit 9ea709f

Please sign in to comment.