Skip to content
This repository has been archived by the owner on Feb 20, 2024. It is now read-only.

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
arncet committed May 24, 2019
1 parent 5edf8f4 commit 2f575c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Global changes :

"scripts": {
...
+ "babel": "rm -rf dist && npx babel src --out-dir dist"
+ "babel": "rm -rf dist && npm run rollup && npx babel src --out-dir dist"
},
```

Expand Down

0 comments on commit 2f575c2

Please sign in to comment.