Skip to content

Commit

Permalink
Add escheck script
Browse files Browse the repository at this point in the history
  • Loading branch information
jhildenbiddle committed Jul 29, 2022
1 parent 79ae492 commit 324ca3e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,9 @@
"scripts": {
"prepare": "rimraf dist/*.js* && npm run build",
"build": "rollup -c",
"escheck": "es-check es5 ./dist/*ponyfill.js && es-check es5 ./dist/*.esm.js --module",
"prebuild": "cpy src/index.d.ts dist --rename=css-vars-ponyfill.d.ts",
"postbuild": "es-check es5 ./dist/*ponyfill.js && es-check es5 ./dist/*.esm.js --module",
"postbuild": "npm run escheck",
"dev": "npm start | npm run test-debug",
"lint": "eslint . && markdownlint . --ignore node_modules",
"serve": "node server.js",
Expand Down

0 comments on commit 324ca3e

Please sign in to comment.