Skip to content

Commit

Permalink
chore: remove workflows.js and create on postinstall (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
azech-hqs committed Jan 17, 2023
1 parent ae02b5b commit aaac558
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1,911 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"test": "nyc --reporter=text mocha --recursive --bail --require @babel/register/lib --require tests/setup.js tests",
"lint": "eslint src tests && prettier --write src tests",
"lint:fix": "eslint --fix --cache src tests && prettier --write src tests",
"transpile": "babel --out-dir dist src; node build_workflows.js",
"build:workflows": "node build_workflows.js",
"transpile": "babel --out-dir dist src; npm run build:workflows",
"postinstall": "npm run transpile",
"prettier": "prettier --check src tests",
"prepare": "husky install || exit 0"
Expand Down

0 comments on commit aaac558

Please sign in to comment.