Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
ci: fix version command
Browse files Browse the repository at this point in the history
  • Loading branch information
SimeonC committed Jun 6, 2020
1 parent 3a119f4 commit f1f7725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -14,7 +14,7 @@
"lint": "eslint src/**/*.js src/*.js *.js test/**/*.{js,jsx} test/*.js demo/**/*.{js,jsx} demo/*.{js,jsx} --ext .js,.jsx",
"prettier": "prettier --write demo/**/* src/**/* test/**/* types/**/* *.js *.ts",
"preversion": "npm test && npm run lint",
"version": "node ./version-bower.js && npm run build && git add -A dist bower.json"
"version": "node ./version-bower.js && npm run build && git add -A bower.json"
},
"types": "./types/index.d.ts",
"repository": {
Expand Down

0 comments on commit f1f7725

Please sign in to comment.